Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save geiltonxavier/7e46348a681f9e436a14eb899f99bdc7 to your computer and use it in GitHub Desktop.
Save geiltonxavier/7e46348a681f9e436a14eb899f99bdc7 to your computer and use it in GitHub Desktop.
Capture Soap request using 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