web services and proxy
-
hello i want to hide my IP, when I connect from client windows app to a web service. i can go through a proxy very easily like MyMath.Math math = new MyMath.Math(); IWebProxy proxyObject = new WebProxy("http://proxyserver", true); math.Proxy = proxyObject; but how can i make a chain of proxies? thanks
-
hello i want to hide my IP, when I connect from client windows app to a web service. i can go through a proxy very easily like MyMath.Math math = new MyMath.Math(); IWebProxy proxyObject = new WebProxy("http://proxyserver", true); math.Proxy = proxyObject; but how can i make a chain of proxies? thanks
IIRC, you can only specify the first "hop" proxy. Your other downstream proxies would have to be configured to forward the request on their own. But why would you even want to do this anyway? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome