RE: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0

2004-07-01 Thread Roland Weber
Hi Andre-John, I have just got my friend to try connecting to out intranet web server with Safari and it does not support NTLM authentication. The only two web clients on the platform that do suppor it are Mozilla variety and Internet Explorer. Though I can't confirm whether they use the

Re: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0

2004-06-30 Thread Roland Weber
PROTECTED] cc Subject Re: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0 Roland Weber wrote: If the latter is true, there still might be a platform-independent class somewhere in sun.* or com.sun.*. Roland, you can safely call the sun.* and com.sun.* packages

RE: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0

2004-06-29 Thread Andre-John Mas
a JNI solution would lock out. regards Andre -Original Message- From: Adrian Sutton [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 7:49 PM To: Commons HttpClient Project Subject: Re: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0 Hi Steve, There's

RE: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0

2004-06-23 Thread Steve Johnson
-Original Message- From: Adrian Sutton [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 4:20 PM To: Commons HttpClient Project Subject: Re: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0 This sounds very much like the webserver isn't really using NTLM

Re: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0

2004-06-23 Thread Adrian Sutton
] Sent: Tuesday, June 22, 2004 4:20 PM To: Commons HttpClient Project Subject: Re: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0 This sounds very much like the webserver isn't really using NTLM but is using Digest/Basic instead. If it really were using NTLM passing

NTLM authentication to an MS Exchange web page account using HTTP Client V2.0

2004-06-22 Thread Steve Johnson
Hi All, Using HTTPClient version 2.0 We are using HTTPClient to login to a MS Exchange web page account. We can only get it to work by passing in the realm as null, and putting the domain back on to the front of the user to pass into NTCredentials(). new

Re: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0

2004-06-22 Thread Adrian Sutton
This sounds very much like the webserver isn't really using NTLM but is using Digest/Basic instead. If it really were using NTLM passing in DOMAIN\User would definitely not work because HttpClient doesn't check for that case. That would also explain why the realm isn't what you expect. I'd