How to resolve ERROR – RelayUtils Error while building Passthrough stream in wso2 api manager
I’m working with wso2 api manager 4.1.0 and I have an api that returns an image as response that I want to create proxy service in wso2 api manager. I noticed that when response header is content-type: image/png; charset=UTF-8
, the following error occurs and the output image is not displayed but when response header is content-type: image/png
, the image is shown