the domain user and pass are given for your network admin.... specially the domain (that is the windows domain) and for the host... is the host of the machine that want to connect.. meaning localhost... but for this you can use...
String host = InetAddress.getLocalHost().getHostAddress() On 9/14/06, Anne-Sofie Nielsen <[EMAIL PROTECTED]> wrote:
I'm trying to authenticate against an NTLM Proxy (ISA server). I have the host name given (of type "a.b.c") and username + password. The NTCredentials constructor takes a username, password, host name and domain as arguments. What should I use for host name and domain, then? The combinations I have been able to come up with have so far only given me 407 responses. :-( Regards, Anne-Sofie -----Original Message----- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: 8. august 2006 00:31 To: HttpClient User Discussion Subject: Re: [HttpClient] NTLM Proxy On Mon, 2006-08-07 at 20:51 +0200, Tamás Cservenák wrote: > Hi, > > can somebody direct me where to look for problem? > ... > Is ISA Proxy server supported by HttpClient (3.0.1)? > > Tamás, The ISA Proxy is supported as long as it complies with the HTTP spec. NTLM authentication scheme, which is Windows specific, is supported only partially. HttpClient supports NTLMv1, but it does not support NTLMv2 at this point. Oleg --------------------------------------------------------------------- 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]
-- David Castañeda R.
