My API should respond with an image when I make the request. (Happy Path)
It does return the jpeg image as expected when I make the response in the POSTMAN.
Issue:
It returns binary when I make the request in the devportal. But the status code is 200.
FYI:
- I added MIME type as image/jpeg in the Open API Specification.
- Also, It is an edgemicro proxy
- I compared the response headers of devportal with the postman. Both have the same headers and values. @Anil Sagar @ Google @Siddharth Barahalikar @Dino-at-Google