Re: Using proxies with wodHttp. - WeOnlyDo Discussion board

Re: Using proxies with wodHttp. (General questions)

by wodDamir, Saturday, October 06, 2012, 21:56 (4212 days ago) @ TisTheDanza

Hi,

All you need to do in order to use Proxy server is set Proxy related properties, i.e:
[code]
http1.ProxyHostname = your_proxy_address
http1.ProxyType = ProxyWEBStandard
http1.ProxyAuthentication = AuthBasic ' set only if required
http1.ProxyLogin = your_login 'don't set if none
http1.ProxyPassword = your_password ' don't set if none
http1.ProxyPort = 8080 ' or whichever is used by the proxy server you use

http1.Get Url_you_wish_to_get
[/code]

Can you try that?

Regards,
Damba


Complete thread: