Unanswered question

How do I capture a dynamic value from a cookie recorded in the request header?

I'm trying to capture and reuse some dynamic values recorded in the session cookie. However, the Variable Extractor seemed to only look at server responses. How do I capture some data recorded in the request header labelled as a cookie, but capture the data dynamically?

York K.
York K.

York K.

Level
0
12 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

In the variable extractor panel, by default, it will look at the body response. But you can select the radio button "header" so it can look at the header instead.

Please look at the documentation here

York K.
York K.

York K.

Level
0
12 / 100
points

Instead of trying to variable extract from the request, I've use the flag feature to find the value I needed. Then used variable extractor on the response that contained the value. Thanks.