NTLM authentication with proxy server (General questions)
Hi,
I'm trying to connect to the internet via a Microsoft ISA server using NTLM authentication with your wodHTTPDLX component using Delphi.
What I did:
wodHttpDLXCom1.Blocking:=true;
wodHttpDLXCom1.AutoRedirect:=true;
wodHttpDLXCom1.ProxyType:=ProxyWindows; //the proxy server is set in my IE settings correctly
wodHttpDLXCom1.ProxyAuthentication:=AuthAutomatic; //should do NTLM is asked
wodHttpDLXCom1.ProxyLogin :=eLogin.text; //format:DOMAINLogin
wodHttpDLXCom1.ProxyPassword:=ePassword.text;
wodHttpDLXCom1.Get('http://www.weonlydo.com/Images/weonlydo.gif');
Unfortunately the component does not answer the authentication request for NTLM correctly and returns me the HTML error page (407-auth. required) from the proxy server as the result.
I've used the debug option and got a debug file that I'm going to send directly to your mail address.
What did I wrong?
Thanks for your help,
Stefan Grube
Complete thread:
- NTLM authentication with proxy server - Stefan Grube, 2005-11-04, 15:49
- Re: NTLM authentication with proxy server - wodSupport, 2005-11-04, 16:26
- Re: NTLM authentication with proxy server - Stefan Grube, 2005-11-04, 18:04
- Re: NTLM authentication with proxy server - wodSupport, 2005-11-04, 20:08
- Re: NTLM authentication with proxy server - Stefan Grube, 2005-11-07, 10:18
- Re: NTLM authentication with proxy server - wodSupport, 2005-11-12, 02:41
- Re: NTLM authentication with proxy server - Stefan Grube, 2005-11-14, 10:48
- Re: NTLM authentication with proxy server - wodSupport, 2005-11-14, 17:26
- Re: NTLM authentication with proxy server - Stefan Grube, 2005-11-25, 10:05
- Re: NTLM authentication with proxy server - wodSupport, 2005-11-25, 10:07
- Re: NTLM authentication with proxy server - Stefan Grube, 2005-12-01, 10:01
- Re: NTLM authentication with proxy server - Paco Lianez, 2005-12-28, 12:25
- Re: NTLM authentication with proxy server - wodSupport, 2005-12-28, 23:36
- Re: NTLM authentication with proxy server - Paco Lianez, 2005-12-29, 09:25
- Re: NTLM authentication with proxy server - Paco Lianez, 2006-01-09, 19:27
- Re: NTLM authentication with proxy server - wodSupport, 2006-01-09, 20:38
- Re: NTLM authentication with proxy server - Paco Lianez, 2006-01-09, 19:27
- Re: NTLM authentication with proxy server - Paco Lianez, 2005-12-29, 09:25
- Re: NTLM authentication with proxy server - wodSupport, 2005-12-28, 23:36
- Re: NTLM authentication with proxy server - Paco Lianez, 2005-12-28, 12:25
- Re: NTLM authentication with proxy server - Stefan Grube, 2005-12-01, 10:01
- Re: NTLM authentication with proxy server - wodSupport, 2005-11-25, 10:07
- Re: NTLM authentication with proxy server - Stefan Grube, 2005-11-25, 10:05
- Re: NTLM authentication with proxy server - wodSupport, 2005-11-14, 17:26
- Re: NTLM authentication with proxy server - Stefan Grube, 2005-11-14, 10:48
- Re: NTLM authentication with proxy server - wodSupport, 2005-11-12, 02:41
- Re: NTLM authentication with proxy server - Stefan Grube, 2005-11-07, 10:18
- Re: NTLM authentication with proxy server - wodSupport, 2005-11-04, 20:08
- Re: NTLM authentication with proxy server - Stefan Grube, 2005-11-04, 18:04
- Re: NTLM authentication with proxy server - wodSupport, 2005-11-04, 16:26