Re: Using proxies with wodHttp. (General questions)
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:
- Using proxies with wodHttp. - TisTheDanza, 2012-10-06, 21:37
- Re: Using proxies with wodHttp. - wodDamir, 2012-10-06, 21:56
- Re: Using proxies with wodHttp. - TisTheDanza, 2012-10-07, 07:38
- Re: Using proxies with wodHttp. - wodDamir, 2012-10-07, 12:36
- Re: Using proxies with wodHttp. - TisTheDanza, 2012-10-07, 07:38
- Re: Using proxies with wodHttp. - wodDamir, 2012-10-06, 21:56