On Tue, 2008-04-15 at 13:50 -0400, Sadashiv Patwary wrote: > Can you please suggest how can I retrieve the proxy scheme ?? . >
By examining the Proxy-Authenticate response headers. http://hc.apache.org/httpclient-3.x/xref/org/apache/commons/httpclient/HttpMethodDirector.html#746 Oleg > -----Original Message----- > From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 15, 2008 1:45 PM > To: HttpClient User Discussion > Subject: Re: Help regarding the detecting NTLM proxy scheme > > > On Tue, 2008-04-15 at 11:19 -0400, Sadashiv Patwary wrote: > > Hi all, > > > > I am still naïve to httpclient. I want to display a proxy scheme > > names (NTLM or digest or basic) on the jsp page. Is it possible do that > > before I run the httpclient execute method. > > > > No, it is not. > > Oleg > > > > Regards > > > > shiva > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
