Hi vdespa,
I haven’t found answer but I am dealing similar usecase keyulpax.
I have setup mock server using postman I call it e.g. by this url {{url}}/get?foo=bar.
If I call requeste from postman it is fine and I can process parameter by “Tests” in Request.
But when the url is called from browser, I can’t use Pre-Request Script or Tests anymore.
The aim is to catch parameters from url directly in response as save it as variable. Is that possible?