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