You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
mallik-soupati
changed the title
gzip/deflate response from Proxy is not getting decompressed before
gzip/deflate response through Proxy is not getting decompressed before consumed.
Oct 4, 2018
…p-client
* 'master' of https://github.com/AsyncHttpClient/async-http-client:
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release async-http-client-project-2.5.4
Upgrade netty 4.1.30.Final
HttpContentDecompressor is misplaced after upgrading pipeline for HTTP tunnelling, closeAsyncHttpClient#1583
Fix regression introduced in d596056, closeAsyncHttpClient#1274
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release async-http-client-project-2.5.3
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,
The text was updated successfully, but these errors were encountered: