I want to change HTTP Status Code to 503 with a custom response body on URL ending with .mpd
. I am using Requestly chrome extension to intercept the request and have it failed with 503.
Here is the Modify API Response
rule screenshot
Here's Requestly logs in devtools which shows that request was correctly intercepted.
The rule looks like it kicks in but is not showing the correct response code. Looking at the network tab it looks like the interception did not work
Need help with mocking the status code to 503 and custom response body.