How connect to server throw Proxy with NTML Auth? - WeOnlyDo Discussion board

How connect to server throw Proxy with NTML Auth? (General questions)

by minskowl, Wednesday, January 26, 2005, 13:54 (7038 days ago)

Try such code ...
wodHttp1.Authentication = AuthNTLM
wodHttp1.ProxyAuthentication = AuthNTLM
wodHttp1.ProxyHostname = 217.10.10.33
wodHttp1.ProxyLogin = domainuser
wodHttp1.ProxyPassword = password
wodHttp1.ProxyType = ProxyWEBStandard
wodHttp1.ProxyPort = 3028
wodHttp1.URL = http://www.google.com
wodHttp1.Request.Headers.Add Pragma , no-cache
wodHttp1.Get
and dosen't work?

Why????

Re: How connect to server throw Proxy with NTML Au

by wodSupport, Wednesday, January 26, 2005, 16:11 (7038 days ago) @ minskowl

Minskowl,

can yu send me contents of DebugFile? Do

http1.DebugFile = c:\debug.txt

and then send me that file. You can send it to techsupport@weonlydo.com, please.