I need an example of using a proxy with wodHTTP (General questions)
Here's what I have:
[code]Load wod(1)
wod(1).DebugFile = App.Path & lah.txt
wod(1).ProxyType = ProxyWEBStandard
wod(1).ProxyHostname = 67.82.0.172
wod(1).ProxyPort = 9090
wod(1).Blocking = True
wod(1).Secure = ProtAll
wod(1).Disconnect
wod(1).URL = http://www.ipchicken.com
wod(1).Connect
[/code]
but its just not working..
Complete thread:
- I need an example of using a proxy with wodHTTP - a, 2009-03-15, 22:23
- Re: I need an example of using a proxy with wodHTT - woddrazen, 2009-03-16, 00:12
- Re: I need an example of using a proxy with wodHTT - a, 2009-03-16, 01:11
- Re: I need an example of using a proxy with wodHTT - woddrazen, 2009-03-16, 00:12