user1592380
user1592380

Reputation: 36267

How to see a returned html rendered as a webpage with postman

enter image description here

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

Answers (1)

GargantuanTezMaximus
GargantuanTezMaximus

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:enter image description here Then in Preview mode you get the following:enter image description here

Upvotes: 14

Related Questions