If i make a post request the response returns an url, which i want to use to open a website. Is there a possibility to do this automatically in Postman?
You can make a subsequent GET request to that URL, but this will run in the Postman Sandbox and scripting will be disabled.
If you want to open it outside of Postman in a browser, you can just click on the link, but I don’t think you can automate this.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.