Unplanned
Last Updated: 01 Jun 2020 07:33 by ADMIN
Imported User
Created on: 25 Aug 2017 04:59
Type: Feature Request
1
ImageView Inspector for requests
Currently, the ImageView Inspector is only available for responses.

Why not enable it for requests?
4 comments
ADMIN
Nick Iliev
Posted on: 01 Jun 2020 07:33

Hello Cory,

 

I will mark this one as a feature for planning but still keep in mind that there is a problem in implementing similar support (due to the reasons noted by Eric Lawrence).

Apart from a built-in feature, you could manually get the binary (that represents the image), convert it to base64 and then display the image  (e.g. using HTML or other convenient tools/frameworks).

 

Regards,
Nick Iliev
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Cory
Posted on: 29 May 2020 16:26
Sorry to revive a thread from 3 years ago, but I am also looking for a way to view images sent in requests. Attached is a picture of what my request looks like, is there any way to view the image that is being sent in this format?
Imported User
Posted on: 01 Sep 2017 05:00
My own which is still in development. I'm simply POSTing an instance of File (Content-Type: image/jpeg).
Eric
Posted on: 25 Aug 2017 05:00
What page or service are you using which sends images in the request?

(Unlike with responses, it's much more likely that an image upload depends on a bespoke encoding/serialization making it much harder for Fiddler to support in a general way).