We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
优点:
缺点:
那么有没有一种比较合适的解决方案呢,根据我们常见的业务代理场景,我找到了个比较合适的方案,大家可以参考下
LightProxy
lightproxy
LightProxy 是一款阿里开源(学长开发,可一键提需求,非软文)基于 whistle 的本地代理抓包软件,本质上就是使用 Electron 包了一层 Whistle,具体详细说明可以见文档
whistle
之前一直不考虑使用 whistle 的原因是:
但是用了 LightProxy 之后,大部分问题都解决了,并且 Charles 的资源占用太痛了,电脑吃不消,所以尝试转换了代理配置思路
还是来说下优缺点
优点(大部分是 whistle 的优点):
缺点(大部分是 whistle 的缺点):
详细配置见 whistle 配置文档
关于whistle
前后端联调
# 下方为配置规则 # 拦截来自前半部分 url 的请求 代理到 127.0.01 xxx.com/tutor-work-order/api/ticket 127.0.0.1
本地接口代理
# 下方为配置规则 # 拦截来自前半部分 url 的请求 代理到 127.0.0.1 tutor-test.xxx.com/tutor-work-order/api/ticket 127.0.0.1
# 下方为配置规则 # 拦截来自前半部分 url 的请求 代理到 proxy.xxx.com:8118 github.com proxy.xxx.com:8118
# 域名代理 local.xxx.com localhost:3000 local4100.xxx.com localhost:4100 local4102.xxx.com localhost:4102 # 全局代理 # Tips:可以使用全局走代理的配置,然后使用 excludeFilter 配合正则实现白名单配置 * proxy://proxy.zhenguanyu.com:8118 excludeFilter:///xxx/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目标
常用代理存在的问题
Host 配置
优点:
缺点:
Chrome 插件 SwitchProxy
优点:
缺点:
Charles
优点:
缺点:
推荐解决方案
那么有没有一种比较合适的解决方案呢,根据我们常见的业务代理场景,我找到了个比较合适的方案,大家可以参考下
LightProxy
lightproxy
LightProxy
是一款阿里开源(学长开发,可一键提需求,非软文)基于whistle
的本地代理抓包软件,本质上就是使用 Electron 包了一层 Whistle,具体详细说明可以见文档之前一直不考虑使用 whistle 的原因是:
但是用了 LightProxy 之后,大部分问题都解决了,并且 Charles 的资源占用太痛了,电脑吃不消,所以尝试转换了代理配置思路
还是来说下优缺点
优点(大部分是 whistle 的优点):
缺点(大部分是 whistle 的缺点):
附录
常见配置场景
详细配置见 whistle 配置文档
关于whistle
新增接口代理
前后端联调
本地接口代理
部分域名访问较慢
我的代理配置
The text was updated successfully, but these errors were encountered: