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..
Re: I need an example of using a proxy with wodHTT
Hi,
I'm not sure that proxy server you are trying to use work at all. I have tried to configure IE to work with that proxy server and it didn't.
Can you please check that and let us know how it goes?
Regards,
Drazen
Re: I need an example of using a proxy with wodHTT
Hi,
I'm not sure that proxy server you are trying to use work at all. I have tried to configure IE to work with that proxy server and it didn't.Can you please check that and let us know how it goes?
Regards,
Drazen
i fixed it ty