Skip to content

Instantly share code, notes, and snippets.

@jechtom
Created February 3, 2019 09:27
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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