I'm load testing my API which requires to authenticate everytime before calling the API. I need to read a query param from HTTP header "Location" and use it in further requests in Jmeter. I tried to use "Regular Expression Extractor" with Location: .+=(.*?)\n
but it didn't work. Any ideas how to read a specific variable from response headers?
Location: https://<<SSO_URL>>/authenticate?code=AbCDEfg1&..... --> extract "code"