You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2021. It is now read-only.
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?