Skip to content

Instantly share code, notes, and snippets.

@simple17
Created January 21, 2020 08:49
Show Gist options
  • Save simple17/e4a2f9353df18f562be21844cc5bbf94 to your computer and use it in GitHub Desktop.
Save simple17/e4a2f9353df18f562be21844cc5bbf94 to your computer and use it in GitHub Desktop.
[Fiddler Epi Web.Config] #episerver #fiddler
<system.net>
<defaultProxy
enabled = "true"
useDefaultCredentials = "true">
<proxy
autoDetect="false"
bypassonlocal="false"
proxyaddress="http://127.0.0.1:8888"
usesystemdefault="false"
/>
</defaultProxy>
<settings>
<servicePointManager
checkCertificateName="false"
checkCertificateRevocationList="false"
/>
</settings>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment