Can wiremock jre8 2.33.2 disable gzip? in case tha...
# help
j
Can wiremock jre8 2.33.2 disable gzip? in case that clients send Accept-Encoding: gzip, i would like to ignore the zip and send back the json response from an external api without gzipping. i tried with the following option but it does not work:
Copy code
.gzipDisabled( true )//
t
If the option is there it should work. But you’re on a pretty old version so I’d recommend upgrading to 3.4.2.