Json.gz in web service request; Problem while parsing the response object

Hi,

we have this json api that are in gz (gunzip?) whenever i tried to test this request error pops like this.

image

  1. How to solve this problem?
  2. Does katalon support json.gz?

thank you for you respond.

There’s no question that charcode 31 is a problem in JSON. However, it looks to me like the issue might be http headers related. I’m not an expert in this area, so I’ll defer to others. But in the meantime, take a look at this from StackOverflow:

Thank you for the reply.

I also added the Accept-Encoding, Content-Type and Content-Encoding to no avail.