I need an example of using a proxy with wodHTTP - WeOnlyDo Discussion board

I need an example of using a proxy with wodHTTP (General questions)

by a, Sunday, March 15, 2009, 22:23 (5731 days ago)

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

by woddrazen, Monday, March 16, 2009, 00:12 (5731 days ago) @ a

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

by a, Monday, March 16, 2009, 01:11 (5731 days ago) @ woddrazen

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