Created
February 3, 2019 09:27
-
-
Save jechtom/7a2f7993122da7f7d5a280ff0c94c8a2 to your computer and use it in GitHub Desktop.
Simulates shutting down Google+ API in Fiddler using AutoResponderRules
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
<?xml version="1.0" encoding="utf-8"?> | |
<AutoResponder LastSave="2019-02-03T10:25:37.3009272+01:00" FiddlerVersion="5.0.20182.28034"> | |
<State Enabled="true" Fallthrough="true" UseLatency="false"> | |
<ResponseRule Match="regex:(?inx)^https://www.googleapis.com/plus/.+$" Action="404_Plain.dat" Enabled="true" /> | |
</State> | |
</AutoResponder> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment