Closed
Description
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,