Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【工具推荐】ModifyAjaxResponse,修改ajax请求返回值,前后端调试之利器 #3212

Open
oppoic opened this issue Jun 27, 2023 · 0 comments

Comments

@oppoic
Copy link

oppoic commented Jun 27, 2023

简介

ModifyAjaxResponse是一款Chrome插件,原理是实现一个自定义的构造函数重写了默认的XMLHttpRequest构造函数,在触发实际事件之前重写响应,达到编辑请求返回值的效果。同时支持xhr和fetch

使用场景

前端和后端对接口,前端可以在自己浏览器上编辑接口返回值,无需后端帮助造数据

地址

https://github.com/oppoic/ModifyAjaxResponse
https://chrome.google.com/webstore/detail/modifyajaxresponse/odpiadnfijfeggnnodoaaphkkjkmpnia

演示

ModifyAjaxResponse

开发历程

https://www.cnblogs.com/oppoic/p/17505144.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant