Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening a link from postman response in an external browser

Tags:

postman

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?

like image 327
Nick Avatar asked Aug 20 '16 06:08

Nick


3 Answers

Update: This feature now exists from Postman version 6.1.2

like image 110
hybrid Avatar answered Oct 22 '22 06:10

hybrid


From version 6.1.2 Cmd/Ctrl + Click will open the link in default browser.

See link

like image 45
Moses Schwartz Avatar answered Oct 22 '22 05:10

Moses Schwartz


They opened an issue a few months before you asked this question (link) and it is till now unresolved.

There isn't any configuration or key combination available either.

like image 2
Ray Avatar answered Oct 22 '22 06:10

Ray