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
Propagate original request user-agent in proxy CONNECT requests (AsyncHttpClient#1742)
* Makes sure custom user-agent is propagated down to CONNECT requests when a proxy is in the way, ensuring all outgoing requests bear the correct user agent.
* Add a test for custom user agent with proxy
* Test that validates that when having an HTTP proxy and trying to access an HTTPS through the proxy the proxy credentials should be passed during the CONNECT request.
41
+
* Test that validates that when having an HTTP proxy and trying to access an HTTPS
42
+
* through the proxy the proxy credentials and a custom user-agent (if set) should be passed during the CONNECT request.
0 commit comments