i'm trying to extract from response headers an x-authorization-token to a variable and pass to another http request, i'm new using jmeter.
Following online tutos, i have created an regular expression extractor do define a regular expression x-authorization-token:\s+(.+)
i want to pass x-authorization-token: foo/bar
to another request
Regular Expression Extractor conf
Response headers example:
HTTP/1.1 201 Created
Content-Length: 0
Connection: keep-alive
Server-Timing: intid;desc=foo/bar
x-transaction-id: 34297420-432942-foo-bar
x-authorization-token: foo/bar
Date: Wed, 23 Jun 2021 22:54:24 GMT
X-Kong-Upstream-Latency: 2130
X-Kong-Proxy-Latency: 20
Via: kong/1.00