Skip to content

Instantly share code, notes, and snippets.

@margusmartsepp
Created April 18, 2016 14:16
Show Gist options
  • Save margusmartsepp/be89c0304d1050e47dcee03b64ab2c68 to your computer and use it in GitHub Desktop.
Save margusmartsepp/be89c0304d1050e47dcee03b64ab2c68 to your computer and use it in GitHub Desktop.
Monitor asmx service with fiddler
<system.net>
<defaultProxy>
<proxy bypassonlocal="False" usesystemdefault="True" proxyaddress="http://127.0.0.1:8888" />
</defaultProxy>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment