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