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
Add support for preemptive Basic auth for proxy (#6585)
Similar to #6333. Note implementations differ because Apache 5.x
actually adds support simply configuring the BasicScheme with preemptive
auth that wasn't present in 4.x.
"description": "Fix bug where preemptive Basic authentication was not honored for proxies. Similar to fix for Apache 4.x in [#6333](https://github.com/aws/aws-sdk-java-v2/issues/6333)."
Copy file name to clipboardExpand all lines: http-clients/apache5-client/src/main/java/software/amazon/awssdk/http/apache5/internal/utils/Apache5Utils.java
Copy file name to clipboardExpand all lines: http-clients/apache5-client/src/test/java/software/amazon/awssdk/http/apache5/Apache5HttpClientProxyAuthTest.java
0 commit comments