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.

