Skip to content

gzip/deflate response through Proxy is not getting decompressed before consumed. #1583

Closed
@mallik-soupati

Description

@mallik-soupati

I have a situation where :
Browser ----> (proxy app:AsyncHttpClient) ----> Proxy ----> Origin Server( web site)
Ex: URL: https://example.com/startPage

While I can view the web pages correctly when accessed without Proxy; the browser shows (junk) gzip data when accessed the same pages through Proxy.

My proxy configuration doesn't unpack the gzip/deflate response received from Origin. I think the AsyncHttpClient should decompress it, before the response is consumed downstream.

Could you please look into it, or suggest any workaround. Please let me know if you need more information.

thanks,

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions