Some rule modifications made using Requestly Interceptor may not appear in Chrome’s Network DevTools, even though they are successfully applied in the background.Documentation Index
Fetch the complete documentation index at: https://docs.requestly.com/llms.txt
Use this file to discover all available pages before exploring further.
Why This Happens
This primarily affects:- Modify Response Rule
- Modify Response Headers Rule
How to Confirm That Modifications Are Working
To verify that your rule is working as expected:- Follow this guide to validate rule execution in your browser.
- Check if the application is behaving according to your changes (e.g., modified data is rendered on the page).
-
Use
console.log()or inspect values in the page context (e.g., responses received byfetch()orXMLHttpRequest). - Add temporary debug markers (e.g., a test field in a JSON response or a custom response header) and verify their usage in the application logic.

