Import Resource Override Configurations
Instead of manually setting up rules, you can quickly import your Resource Override configuration and apply them with a few simple steps.1
Go to Developer Tools (DevTools)
Open your browser’s DevTools and navigate to the “Override” option.
2
Download Rule Configuration
Click on the “Options” menu and then click “Save Rule” to download your current rule configuration.
3
Open Requestly Dashboard
Go to the Requestly dashboard and navigate to the HTTP Rules section.
4
Click on “Import” and select “Resource Override”
Click the Import button in the HTTP Rules section. Choose “Resource Override” from the available import options.
5
Upload Your Configuration and click Import
Upload the saved configuration file you downloaded earlier and click on the Import rules button, and your rules will be applied to your Requestly setup
Resource Override Features Comparison
Learn more about equivalent features of Requestly that you were used in Resource Override.URL → URL
Every request URL is compared with the Match URL and is redirected to the Replace URL if the match is successful. Exact Match If your Resource Override configuration is with exact match without using any * in it. This becomes a very straightforward setup in Requestly. Use the Redirect Rule with the “Equals” operator. Wildcard Match If your Resource Override configuration is a wildcard match with 1 * in it. In Requestly, Use the “Wildcard” operator and the substituted value should be replaced with$1, Alternatively, if you want to modify the request instead of redirecting it, you can use the Replace Rule. The matched portion of the URL can be replaced using $1
e.g. In Requestly, You will use HTTP Redirect Rule like
Multiple Wildcard Operators
If your Resource Override configuration is a wildcard match with multiple *’s in it.
In Requestly, This becomes HTTP Redirect Rule with Wildcard Operator. Each star gets a number from left to right. You can use 1, $2 where you want to use the matched values of *’s.

