Home > database >  Modify HTTP response on the user-agent/client side
Modify HTTP response on the user-agent/client side

Time:02-04

Using free tools, how can I modify/override a server response on the user-agent/client for any http method (e.g. POST/GET/DEL regardless of whether it is a fetch/XMLHttpRequest request)?

I have tried:

CodePudding user response:

Using Requestly Browser Extension, you can modify API responses (fetch/XHR requests) irrespective of HTTP Method. Demo

Using Requestly Desktop App, you can modify responses for any request type - JS, APIs, etc.

  • Related