I have extracted the value of a token from meta data sent by a form and put 
that into a reference variable. Now, I need to put that variable into a value 
pair in the head of the POST that follows.

I thought I could just go to the script, into the "HTTP Header Manager” and add 
a line that says:

   X-MYTOKEN            ${mytoken}

But, when I do that, jmeter sends the literal “${mytoken}” in the HEAD.

What am I doing wrong?

-Bob


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to