I have a problem with my Micronaut backend and it's decoding. I want to post content with following header and gzipped body content:
Content-Encoding: GZIP
but my Micronaut backend can't decode it. Is there a workaround, for example a HttpServerFilter? How can i solve the problem?
Kind Regards, Christian