Hi Oleg Kalnichevski, 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.
Thanks, Naresh Kumar -----Original Message----- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Thursday, May 03, 2007 5:27 PM To: HttpClient User Discussion Subject: Re: windows authentication problem On Thu, 2007-05-03 at 06:28 -0500, Naresh Koutam wrote: > > Hi, > > We are working on a project which requires us to interact with an ASP > on IIS 5 behind Https with windows authentication. There is a link to > this ASP application on click of this the user should auto login with > the available credentials (username and password are read from > properties file). But when we used HttpClient we are able to get the > Index page content as a String in the program.But to our agony when we > try to access the URL through the Java Program after HttpClient > authentication, windows authentication popup is thrown. Is there any I > could navigate to next page after authentication? > > > > We are behind a Proxy, the same program works fine with an ASP > application which is running on IIS 6 with Https and Windows > Authentication.=20 > > > > ISAPI filter rewriting is the only why or do we have some solution with > Java and related technologies. > > Naresh I am afraid I do not quite understand what the problem is. Please see if these resources could be of some help: http://jakarta.apache.org/commons/httpclient/troubleshooting.html http://jakarta.apache.org/commons/httpclient/authentication.html http://wiki.apache.org/jakarta-httpclient/FrequentlyAskedNTLMQuestions Oleg > > Thanks, > > Naresh Kumar Koutam > > > > > ****************IMPORTANT--PLEASE READ******************* > This electronic message, including its attachments, is COMPANY CONFIDENTIAL > and may contain PROPRIETARY or LEGALLY PRIVILEGED information. If you are > not the intended recipient, you are hereby notified that any use, disclosure, > copying, or distribution of this message or any of the information included > in it is unauthorized and strictly prohibited. If you have received this > message in error, please immediately notify the sender by reply e-mail and > permanently delete this message and its attachments, along with any copies > thereof. If this electronic message contains a zipped attachment and you do > not have a decompression tool, you may download unZIP (free of cost) from: > http://www.mk-net-work.com/us/uz/unzip.htm. Alternatively, you may request > that the attachment be resent in an uncompressed format. Thank you. > ************************************************************************ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ****************IMPORTANT--PLEASE READ******************* This electronic message, including its attachments, is COMPANY CONFIDENTIAL and may contain PROPRIETARY or LEGALLY PRIVILEGED information. If you are not the intended recipient, you are hereby notified that any use, disclosure, copying, or distribution of this message or any of the information included in it is unauthorized and strictly prohibited. If you have received this message in error, please immediately notify the sender by reply e-mail and permanently delete this message and its attachments, along with any copies thereof. If this electronic message contains a zipped attachment and you do not have a decompression tool, you may download unZIP (free of cost) from: http://www.mk-net-work.com/us/uz/unzip.htm. Alternatively, you may request that the attachment be resent in an uncompressed format. Thank you. ************************************************************************ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
