Hello Naresh,

> Oops, Ok let me put it this way. We used HttpClient to authenticate with
> ASP application (enabled Https) behind NTLM. We want to display the
> index.asp after successful authentication with the IIS 5 NTLM. When we
> try to redirect to index.asp after authentication, username/password
> popup is prompted. Our problem can we do this HttpClient.

HttpClient never pops up a user dialog. If you authenticate
against the proxy with HttpClient, then you should also use
HttpClient to read index.asp. Make sure to use the same
HttpState, then the credentials from the first authentication
will be available for later requests, too.

hope that helps,
  Roland

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to