Posted on

Test .Net application using Fiddler

To test your .Net application using Fiddler you need to add in .config file following lines of code :

<system.net>
<defaultProxy>
<proxy autoDetect="false" bypassonlocal="false" proxyaddress="http://127.0.0.1:8888" usesystemdefault="false" />
</defaultProxy>
</system.net>