Created
December 6, 2019 06:23
-
-
Save andrIvash/203e784f3d01b15ace8bba418f381eb6 to your computer and use it in GitHub Desktop.
Fiddler4 settings for redirection with autoresponder
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
//Fiddler4 settings for redirection with autoresponder | |
from regex:http://localhost:3000/api/(.*) | |
to https://targethost.com:4000/api/$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment