Good afternoon
please tell me I encountered the following problem:
our software makes requests with "Content-Encoding: gzip" content
This is why we get 500 "ZipException: Not in GZIP format" returned. If I remove it from the request (for example manually), then everything works.
I can’t remove it inside the software, but I can’t figure out how to reconfigure the server so that it ignores it. Can you suggest what we can come up with here?
(flag like --disable-gzip - don't work)