If you are able to modify the request URI, and it is localhost
then there is a much simpler solution: change the hostname to localhost.fiddler
.
This has no dependency on setting up proxies (whether setting HttpWebRequest.Proxy
or the
element in a .config
file).
(From comment on this question.)