How to see returned html rendered as webpage with postman
I am working with postman to test a flash application, I noticed (like in the screenshot) that I am getting the returned HTML code. I know that in the past I have been able to see the returned HTML rendered as a web page, but now I cannot (despite clicking on different buttons). How can I see the returned html as a webpage?
+3
user61629
source
to share
1 answer
To view the response output as a web page, you must click the preview button. For example, in raw response mode, you get this:
Then in preview mode, you get this:
+3
GargantuanTezMaximus
source
to share