> > Is there anything blatantly obvious here? All I need to do is be able to access > internet resources, through a Proxy (ISA) > that uses NTLM Authentication.
David, I'll make sure that HttpClient picks up the correct credentials when authenticating with a proxy. As far as JCE is concerned, this is a standard Java extension that HttpClient relies upon, but has no direct control of. You have to ensure that JCE is properly configured in order to get NTLM authentication support in HttpClient to work. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
