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

by minskowl @, (7447 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????

locked

Re: How connect to server throw Proxy with NTML Au

by Jasmine, (7447 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.

locked