I have a application deployed in API gateway i.e APIG -> ELB -> ECS. When I request for gzip, i.e Accept: application/json; Accept-Encoding:application/gzip. The content is unreadable by client (browser,fiddler). But the same request triggered via ELB comes clean. Is API Gateway adding/removing any bytes from the response. Can any one help me to tweak it ?
@ankit : it is related to same question. But now that API gateway have binary support and I configured it to return it that way. But the question is compressed response is incorrect. Fiddler and other clients are not able to decompress it.