Created
June 7, 2022 08:22
-
-
Save geiltonxavier/7e46348a681f9e436a14eb899f99bdc7 to your computer and use it in GitHub Desktop.
Capture Soap request using fiddler
This file contains hidden or 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