I need to click the link in the postman’s response, which loads the HTML page, and then fill out the form that executes the AJAX request and then redirects it. The postman does not allow this, so I have to copy the link from the response and paste it into Chrome, which is a bit tedious and error prone.
Is there a way to set up a postman or use a keyboard shortcut like (shift-click, which doesn't work) to load the URL into an external browser?
source
share