Using proxies with wodHttp. (wodWebServer / wodWebServer.NET)
I can't get the proxy feature to work, does anyone have a WORKING example on how to make wod connect using a proxy?
by TisTheDanza, (4589 days ago)
I can't get the proxy feature to work, does anyone have a WORKING example on how to make wod connect using a proxy?
by wodDamir , (4589 days ago) @ TisTheDanza
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
by TisTheDanza, (4589 days ago) @ wodDamir
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 usehttp1.Get Url_you_wish_to_get
[/code]Can you try that?
Regards,
Damba
Tried it but it still doesn't work. When I connect to IPChicken I still see my default IP.
by wodDamir , (4589 days ago) @ TisTheDanza
Hi,
Masking/hiding IP address isn't something that component (or client) does. It's actually proxy's task to do that part by removing the IP address header from the request.
If I'm correct, you would receive the same thing if you use any other client and specify that proxy.
If you wish to hide your IP, you will need to find Anonymous proxy (not Transparent one).
Regards,
Damba
Your customer service was excellent, and I will look at your products in the future for precisely that reason.
Your component works really great. With minor effort I have been able to convert my delphi application...
Fantastic product by the way, it has helped us tremendously on a daily basis. Keep up the good work.
We have recently completed a large 1200+ location project where reliable Telnet and SSH connectivity was required. wodSSH worked flawlessly and allowed our staff to complete our project ontime and within budget.
Just thought you'd like to know that my gateway app with your SMTP Server component held the line against a DDOS attack today...
You have been great as far as offering support is concerned and has been extremely responsive to both support requests and suggestions for product enhancements.
...with a minimum of effort as the DLL interface was written with such simplicity...
...what I really like is that wodSSH and wodSFTP components work excellently and are constantly being improved...
Thank you very much for the rapid responses. I was a little nervous about dealing with a company that is on a different continent from me. You have proven my concerns to be unfounded.
Congratulations on an excellent product and first rate support!