WS.sendRequest ConnectionClosedException when handling gzip encoded rest response

See the following post:

I think that Katalon Studio does not work with WS respose with a header Content-Type: gzip.

You have options:

  1. Change your Web Service so that it stops using Content-Type: gzip and test it with KS.
  2. Keeep the Web Service as is, test it using other tools that support Content-Type: gzip appropriately.