On Thu, 2008-05-08 at 16:10 -0500, Cathy L Kegley wrote:
> If a proxy server returns multiple proxy-authenticate headers, say one with
> NTLM and one with BASIC, will the HttpClient attempt BASIC authentication
> if the NTLM attempt fails?
> 
> Cathy

Hi Cathy,

No, it won't. It probably does not make sense to retry authentication
with a different scheme if credentials remain unchanged. You can force
HttpClient to choose BASIC over NTLM, though.

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to