Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm interested in using a tool/app which simulates proxy behavior on my local development machine where I'm hosting a website. I'm using Windows (Server 2k3).

I believe that if there is a proxy server between a host server and a client, all of this information is available as part of the Server Variables on the HttpRequest. I want to find the IP address of the actual client that makes the call. On our dev server, what happens is we can't really test this behavior. Hence, I want a tool that can simulate this proxy behavior for dev testing purposes.

Is there such a free tool that I can use so that I can test proxy behavior?
Posted
Updated 5-Jul-11 13:29pm
v2

1 solution

Does this[^] do what you want ?
 
Share this answer
 
Comments
My Tech World 5-Jul-11 19:25pm    
Unfortunately, not Fiddler.

I am now updating my original description for additional clarity.

Thanks.
Christian Graus 5-Jul-11 19:34pm    
http://msdn.microsoft.com/en-us/magazine/cc163784.aspx seems to set up a proxy as pary of how it runs, does that help ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900