Save both these files in the same directory (or adject the file paths accordingly).
Last active
May 11, 2017 20:47
-
-
Save BanksySan/9551b1fbf10f026f22db8becfa848d67 to your computer and use it in GitHub Desktop.
Application Insights Fiddler AutoResponse
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
HTTP/1.1 200 OK | |
Server: Microsoft-IIS/8.5 | |
X-Powered-By: ASP.NET | |
Access-Control-Allow-Methods: POST | |
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Name, Content-Type, Accept | |
Access-Control-Allow-Origin: * | |
Access-Control-Max-Age: 3600 | |
X-Content-Type-Options: nosniff | |
Date: Wed, 10 May 2017 22:13:15 GMT | |
Content-Length: 0 |
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
<?xml version="1.0" encoding="utf-8"?> | |
<AutoResponder LastSave="2017-05-11T20:14:18.5977901+01:00" FiddlerVersion="4.6.20171.14978"> | |
<State Enabled="true" Fallthrough="true" UseLatency="false"> | |
<ResponseRule Match="METHOD:OPTIONS EXACT:https://dc.services.visualstudio.com/v2/track" Action="200_ApplicationInsightsOPTIONS.dat" Enabled="true" /> | |
<ResponseRule Match="METHOD:POST https://dc.services.visualstudio.com/" Action="204_NoContent.dat" Enabled="true" /> | |
<ResponseRule Match="METHOD:OPTIONS EXACT:https://rt.services.visualstudio.com/v2/track" Action="200_ApplicationInsightsOPTIONS.dat" Enabled="true" /> | |
<ResponseRule Match="METHOD:POST https://rt.services.visualstudio.com/" Action="204_NoContent.dat" Enabled="true" /> | |
<ResponseRule Match="METHOD:OPTIONS EXACT:http://dc.services.visualstudio.com/v2/track" Action="200_ApplicationInsightsOPTIONS.dat" Enabled="true" /> | |
<ResponseRule Match="METHOD:POST http://dc.services.visualstudio.com/" Action="204_NoContent.dat" Enabled="true" /> | |
<ResponseRule Match="METHOD:OPTIONS EXACT:http://rt.services.visualstudio.com/v2/track" Action="200_ApplicationInsightsOPTIONS.dat" Enabled="true" /> | |
<ResponseRule Match="METHOD:POST http://rt.services.visualstudio.com/" Action="204_NoContent.dat" Enabled="true" /> | |
</State> | |
</AutoResponder> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment