Reputation: 36267
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?
Upvotes: 12
Views: 16274
Reputation: 1118
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:
Upvotes: 14