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