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????


Complete thread: