RE: HttpClient + HTTPS + NTLM Authentication = HTTP/1.1401AccessDenied

2004-10-01 Thread Burke, Christopher
at 17:14, Burke, Christopher wrote: Oleg, Thanks for your continued help. I have done a few additional items. First, I have upgraded to HttpClient 3.0 Alpha 2. Second, I have implemented the 'expect: continue' handshake. This has not fixed the problem. Really no idea what do to know

RE: HttpClient + HTTPS + NTLM Authentication = HTTP/1.1 401AccessDenied

2004-09-30 Thread Burke, Christopher
/apache/commons/ httpclient/methods/ExpectContinueMethod.html#setUseExpectHeader(boolean) Oleg On Wed, 2004-09-29 at 23:59, Burke, Christopher wrote: Oleg, Thanks for your prompt response. The main problem is that the file has not been uploaded, but the return code is 200. I am trying to post

HttpClient + HTTPS + NTLM Authentication = HTTP/1.1 401 Access Denied

2004-09-29 Thread Burke, Christopher
All, I need help implementing a Commons HttpClient solution to post files to a web server via an ASP page. This seems somewhat straightforward, but I am having trouble with the NTLM authentication. Code Snippet: String url = https://keystone.ibanksystems.com/carlsontest/siteman.asp?u=Yd=c:\\im\

RE: HttpClient + HTTPS + NTLM Authentication = HTTP/1.1 401Access Denied

2004-09-29 Thread Burke, Christopher
scheme is a stateful one and requires multiple challenges/responses. The first 401 Access Denied response is perfectly OK. For details see: http://davenport.sourceforge.net/ntlm.html WARNING: contains utter insanity ;-) Oleg On Wed, 2004-09-29 at 23:10, Burke, Christopher wrote: All, I need help