-
Notifications
You must be signed in to change notification settings - Fork 1
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
开启后拦截不到请求 #1
Comments
在使用前如果有同类插件启用,需要提前关闭掉避免冲突。 可以先检查一下URL是否完整。 检查一下”全局开关“和”当前拦截规则开关“是否都启用。默认是禁用的 或者可以通过一下几点测试一下: 1、Ctrl + F5强制刷新一下浏览器 |
@g0ngjie 大佬,URL中有问号不行吗?可以根据url中的参数或者某个特征值来match吗? |
这个在最新版本已经做了优化,问号+参数全量匹配 或者根据 某个特征值 是可以的。 [补充]: 如果是通过刷新的方式来触发接口数据修改,在少部分情况下会出现ajax首次请求未被代理到,导致代理失败的情况。 |
优秀啊,大佬,非常好的工具,感谢 |
😁 |
No description provided.
The text was updated successfully, but these errors were encountered: