Skip to content

Instantly share code, notes, and snippets.

@Dobby89
Last active April 13, 2022 08:25
Show Gist options
  • Save Dobby89/4a5b58f275a87d92469cc6673ad4b9c5 to your computer and use it in GitHub Desktop.
Save Dobby89/4a5b58f275a87d92469cc6673ad4b9c5 to your computer and use it in GitHub Desktop.
Fiddler autresponder rules

Fiddler autoresponder rules

Regex

The following rules will replace this https://injection.chat.ao.com/177/injection-loader/index.js with the local file at C:/source/bitbucket/ao.communications.chat.injection/dist/injection-loader/index.js.

It will also replace https://injection.chat.ao.com/177/injection-loader/foobar/whatever.png

Matcher

regex:(?ix)^https://injection.chat.ao.com/(.*)/injection-loader/(.*) #Anything after the last /

Response

C:/source/bitbucket/ao.communications.chat.injection/dist/injection-loader/$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment