Created
April 18, 2016 14:16
-
-
Save margusmartsepp/be89c0304d1050e47dcee03b64ab2c68 to your computer and use it in GitHub Desktop.
Monitor asmx service with fiddler
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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