postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.83k stars 838 forks source link

Postman renders HTML with CSS by default #9604

Open stoplion opened 3 years ago

stoplion commented 3 years ago

I'd like to GET a page. See it's HTML render WITH CSS.

I'm switching from Insomnia, which renders the JS and CSS by default.

Is it possible for Postman to do this?

If it requires some sort of complicated setup, I'd like to make a feature request to make this the default.

vvs11 commented 3 years ago

@stoplion Can you try switching to Preview tab in the response section and see if it solves your problem?

samuelgfeller commented 3 years ago

@vvs11 it doesn't unfortunately. The issue is that the resources with relative links are not loaded in the preview tab as reported almost 6 years ago for the first time (#1048) and shutdown by @shamasis in #7637 without much of an explanation. Edit: It has been talked about in #2948 as well