Re: HTTPClient Basic Authentication

2004-09-13 Thread Oleg Kalnichevski
Kiran 2004/09/13 17:11:23:081 IST [DEBUG] wire - -<< > "WWW-Authenticate:NTLM[\r][\n]" > 2004/09/13 17:11:23:091 IST [DEBUG] wire - -<< "WWW-Authenticate: Basic > realm="mailbox.iormyxintl.com"[\r][\n]" The server actually prefers stronger NTLM authentication scheme over insecure Basic one. HttpC

HTTPClient Basic Authentication

2004-09-13 Thread Kiran Chandra
Hi All, I am trying to do Basic Authentication against an exchange server. Following is the code that I use. public class HttpClientTest { private static final String url = "http://mailbox.iormyxintl.com/exchange/kiranc";; public static void main(String[] args) {