I'm working with postman to test a flask app, I've noticed (like in the screenshot) that I am getting the returned HTML. I know in the past I was able to see the returned HTML rendered as a webpage, but now I can't (despite clicking on various buttons). How can I see the returned html as a webpage?
How to see a returned html rendered as a webpage with postman
14.4k Views Asked by user1592380 At
1
In order to view the response output as a webpage you must hit the preview button. For example when in raw response mode you get the following:
Then in Preview mode you get the following: