Skip to content

Instantly share code, notes, and snippets.

@jechtom
Created February 3, 2019 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jechtom/7a2f7993122da7f7d5a280ff0c94c8a2 to your computer and use it in GitHub Desktop.
Save jechtom/7a2f7993122da7f7d5a280ff0c94c8a2 to your computer and use it in GitHub Desktop.
Simulates shutting down Google+ API in Fiddler using AutoResponderRules
<?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