Hi,
When we invoke a backend system through Gateway we see the response below.
Release : 10.1
You can audit your request.http.allheadervalues and see if it has a header of
accept-encoding:gzip, deflate, br
And the response headers can be audited with response.http.allheadervalues
if its
content-encoding: br
The gateway doesnt support brotli
You can use a modify transport headers assertion in the policy early in policy before the route to modify the accept-encoding header to only value of gzip, deflate.