To modify ajax responses on any page
Modify the response text of Ajax requests
An extension plugin for Chrome that modifies the response of AJAX requests.
Main features:
1. Supports intercepting and modifying the response of XMLHttpRequest and fetch requests, including requests with 404 status.
2. Supports matching requests based on regular expressions and HTTP request methods.
3. Supports editing response data in JSON or JavaScript format.
4. Allows easy creation of mock scenarios by accessing the original request information from the `arguments` parameter in JavaScript.
5. Adds a U-Network panel in DevTools for quickly intercepting requests and modifying response results.
6. Supports modifying request URLs, headers, and body.
主要功能:
1、 支持拦截并修改XMLHttpRequest和fetch请求的响应结果,包括404状态的请求
2、支持基于正则表达式和HTTP请求方法匹配请求
3、支持以JSON或JavaScript格式编辑响应结果
4、支持在JavaScript编程中从arguments参数获取原始请求信息,轻松创建mock场景
5、在DevTools中新增U-Network面板,快速实现请求拦截和响应结果修改
6、支持更改请求的URL、请求头和请求体