Unanswered question

How to correlate cookie value in headers

I have a dynamic MRH session value in a request header.
That is generated in previous response header (cookie )of a request. I want to capture this and pass to next request headers in my script .
How to correlate a cookie value in headers

leela C.
leela C.

leela C.

Level
0
3 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

If the cookie value is coming from a server response there's no need to extract that value to pass it to the next request. Didn't you see NeoLoad already doing that?

If you really need to extract it you can use a variable extractor and select "headers"  like in the screen shot attached.