Hello Naresh, I don't have code snippets. Sorry if I got you wrong regarding authentication. So you authenticate with NTLM against the server, and you successfully get back a redirect? Make sure to use the same HttpState when following that redirect with HttpClient, then the request to the index page should be just as authentic as then one that brought you the redirect.
NTLM is a connection-based authentication scheme, not a session-based one. Each request must be authenticated, you can not just authenticate once and then send further requests without authentication. hope that helps, Roland
smime.p7s
Description: S/MIME Cryptographic Signature
