Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image response preview not working #1048

Closed
reno184 opened this issue May 7, 2015 · 21 comments
Closed

Image response preview not working #1048

reno184 opened this issue May 7, 2015 · 21 comments
Labels

Comments

@reno184
Copy link

reno184 commented May 7, 2015

Hi,
I just download postman, and It's seem that the image response preview is not working ?

thank in advance

reno184

@abhijitkane
Copy link
Member

Are you still seeing this in v3.0.4 of Postman?

@bfitzsimmons
Copy link

I'm seeing it as of 3.0.13.

@abhijitkane
Copy link
Member

@bfitzsimmons Can you share any publicly-accessible URL which reproduces the problem?

@bfitzsimmons
Copy link

@bfitzsimmons
Copy link

Are there settings for the app that toggle the image preview? I didn't see any, but thought I'd ask anyway.

@abhijitkane
Copy link
Member

http://postimg.org/image/8ibws4la9/
Seems to work for me. Can you check Postman's console for any errors when you send the request - http://blog.getpostman.com/2015/06/13/debugging-postman-requests/ ? Also, the network tab will show the exact request/response payloads.

@bfitzsimmons
Copy link

It looks like I'm able to see the image preview after turning the Interceptor off. I don't even know what that thing does yet, not why it was turned on in the first place.

@abhijitkane
Copy link
Member

The Interceptor is used to stream requests from the browser into Postman, and be able to read/write cookies.
You can install the Interceptor from https://chrome.google.com/webstore/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo?hl=en
Docs - http://blog.getpostman.com/2014/11/28/using-the-interceptor-to-read-and-write-cookies/, https://www.getpostman.com/docs/capture

@bfitzsimmons
Copy link

After turning on the dev. tools, and turning off the Interceptor, I'm able to both see the call in the dev. tools and see the image preview.

@bfitzsimmons
Copy link

Okay, @abhijitkane I'll check it out when I either have the time, or require the functionality.

Thanks for your -- very quick -- help.

@Arrow7000
Copy link

I've just seen this thread. I had the same problem and for some reason turning the interceptor off does work. Is this a bug or a feature?

@a85 a85 reopened this Sep 7, 2016
@a85
Copy link
Contributor

a85 commented Sep 7, 2016

@Arrow7000 I'd recommend switching to our native apps.

@a85 a85 closed this as completed Sep 13, 2016
@a85 a85 added the bug label Sep 13, 2016
@mattpetrick
Copy link

mattpetrick commented Jan 31, 2017

can confirm this behavior is happening in Mac native client v4.9.2 and disabling interceptor is workaround.

@koreyba
Copy link

koreyba commented Feb 3, 2017

The same happens for me now on Windows desktop app v. 4.9.3.
I don't know how to disable Interceptor in the desktop version.

I tried to use Chrome app and disable Interceptor but it didn't help too.

@hakimio
Copy link

hakimio commented Mar 23, 2017

Even with interceptor disabled html preview doesn't show images...

@sdnts
Copy link

sdnts commented Mar 23, 2017

Guys, are the Content-Type headers in your responses correct? I've been testing this with http.cat/200, and all images preview properly.

@hakimio
Copy link

hakimio commented Mar 23, 2017

"Content-Type:image/svg+xml"
Image set using CSS background property.

@GauthamBanasandra
Copy link

I'm facing this issue too. I've a simple go http server which responds with Content-Type: image/png when I hit this endpoint from Postman, I just see the image but unable to view the raw response.

@sujayvenaik
Copy link
Member

Hey @GauthamBanasandra
We do not show the raw response for media type responses, what I can do is go ahead and create a feature request for you for this.

@GauthamBanasandra
Copy link

@sujayvenaik I think it'll be really useful. Thanks.

@mulder999
Copy link

v10.9.4 and still it does not refresh properly for SVG when parameters change in URL.
Need to download image/vector as workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests