Skip to content

Instantly share code, notes, and snippets.

@mdickin
Created October 27, 2016 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdickin/2d624783dd160c837b7c540abc6a53dd to your computer and use it in GitHub Desktop.
Save mdickin/2d624783dd160c837b7c540abc6a53dd to your computer and use it in GitHub Desktop.
Modify ASP.NET proxy to run through Fiddler
<configuration>
<system.net>
<defaultProxy enabled="true">
<proxy proxyaddress="http://127.0.0.1:8888" bypassonlocal="False"/>
</defaultProxy>
</system.net>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment