DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36063>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36063 ------- Additional Comments From [EMAIL PROTECTED] 2005-08-07 14:30 ------- Benjamin, The authentication scheme used must not matter to the proxy in the first place. The user credentials should not differ completely among different authentication schemes. If it does this is at least very confusing. How would the user know which set of credentials to supply as the auth scheme is really something a user cares the least. According to the logs, HttpClient uses Basic auth scheme to authenticate. This is the only scheme that is advertised by the proxy during the whole conversation: Proxy-Authenticate: Basic realm="Proxy YYY" Maybe look at the TCP conversation of IE to see if it uses something else than basic. Maybe you have to send specific Accept or User-Agent headers to the proxy in order to get offered something else than basic. HttpClient supports Digest and NTLM as well. Ortwin Glück -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
