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
Supporting raw proxyAuthorization values basically only works across all http clients with http proxy servers and http endpoints. It does not work for socks proxies, or for https endpoints with vertx and jetty (recent changes will allow that to work for basic auth specifically). This was initially brought up in the discussion around #6352
The steps would be:
initially support proxyAuthorization, but only if it is http basic and add another method or methods such as proxyCredentials/Username/Password
later remove support entirely for proxyAuthorization
The text was updated successfully, but these errors were encountered:
Supporting raw proxyAuthorization values basically only works across all http clients with http proxy servers and http endpoints. It does not work for socks proxies, or for https endpoints with vertx and jetty (recent changes will allow that to work for basic auth specifically). This was initially brought up in the discussion around #6352
The steps would be:
The text was updated successfully, but these errors were encountered: