Hi,

Happy new year to you all :)!!

In my test plan, I do an HTTP request with "follow redirects" enabled, and when 
this request is performed, 4 automatic (302) redirects occur, and then I 
subsequently need to do a POST request,

However, part of the data I need for that subsequent POST is only available 
from the last of the 4 automatic requests.

In other words (for example), my test plan has:

http://xxxx.com/aa/bb/cc

then as a result of the above, the following appears in the Jmeter View Results:

HTTP in Test Plan: http://xxxx.com/aa/bb/cc
 ==> http://foo1.xxx/.....
 ==> http://foo2.xxx/....
 ==> http://foo3.xxx/....
 ==> http://foo4.xxx?value1=AAAAAAAAAAAAA&value2=BBBBBBBBBBB....

I need to do a POST after the above, but I need to include the 
"?value1=AAAAAAAAAAAAA&value2=BBBBBBBBBBB...." from the last redirect.

How can I do that?

Thanks,
Jim

P.S.  I am using Jmeter 5.2.1.

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

Reply via email to