Webinject
Webinject copied to clipboard
PARSEDRESULT not working
Hi,
I am trying to get a form URL to be used in the next request:
This is necessary because the first generates an URL with a session token.
The test fails and the http.log contains:
POST %7BPARSEDRESULT%7D Content-Type: application/x-www-form-urlencoded
It looks like {PARSEDRESULT} is taken literally here. Why?