On Thu, 2012-10-11 at 16:44 +0530, anir ......... wrote: > Hi Dave, > > Thanks for your reply but i can't use the cron job in my present > environment . > I was looking for some workaround (if any) using httpClient itself. > Moreover this is a pretty generalized code for all AuthSchemes and so i > don't want to break > the uniformity. > Thanks for your help . > > Regards, > Anirban >
Anirban NTLM scheme is significantly more complex that basic or digest schemes and requires a sequence of three request / response exchanges over a persistent connection. You probably should consider using ProxyClient provided with HttpClient as of release 4.2 or take up on Dave's offer. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h...@hc.apache.org