We are virtualizing REST service (GET) with DEV TEST. While hitting the service with browser or SoapUI we are seeing valid JSON response. But the response is in non-readable format.
All supported DevTest Environments
If your request would be sending the header Content-Encoding : gzip, and VS 's sends response as json but the server might not expecting a compressed response.
Remove these arguments from the Response META data in the VSI.
* Content-Encoding ="gzip"
* WasGzip ="gzip"
Redeploy your VSM.