Search code examples
postman

Opening a link from postman response in an external browser


I need to click a link in the postman response that loads an HTML page, then fill a form which makes an AJAX request followed by a redirect. Postman doesn't allow that, so I have to copy the link from the response and paste it in chrome which is a bit tedious and error-prone.

Is there a way to configure postman or use a key combination like (shift-click which doesn't work) to load the URL in an external browser?


Solution

  • Update: This feature now exists from Postman version 6.1.2