I'm trying to set up a reverse proxy using Fiddler, as described here:
http://www.fiddlertool.com/fiddler/help/reverseproxy.asp. I could not
get Option 1 working:
I note that the registry key is now HKCU\SOFTWARE\Microsoft\Fiddler2
(with "2" on the end).
On my server I set IIS to port 81, and Fidler to port 80. From the
client I fired off a request to my web service. Fiddler sees the
incoming request (session), but then just keeps adding a new line in
the Web Sessions with the same request details. It does not seem to be
passing the request onto IIS. This continues even when I killed the
client.
I got the reverse proxy working using option 2 (customised rule),
which is OK but may not be ideal because I'm using an external client
and I am not 100% sure of the servername format it uses in the URL for
the web service.
Anyway, thanks for a great tool!