✅ Image Postman
what data type does postman send back with this image? I am trying to do a service to show the image on blazor, but I can't find the data type that the api is sending back to the user.

9 Replies
See the headers
Probably
image/<format>
yeah
is image/png
so in code

what do I put in the ReadFromJsonAsync argument
Well it's not json
:harold:
You could prolly read it as a byte array for example
So
request.Content.ReadAsByteArrayAsync()
I think it worked
I am not getting an error
Sometimes, I think I am the most stupid being
it worked
finnaly
thank you
:Ok:
Anytime :Ok: