whistle代理
作者:互联网
定位线上问题的方式之一,可以使用代理到本地调试。
安装whislte
安装node
brew install node
安装whistle
npm install whistle -g --registry=https://registry.npm.taobao.org
添加环境变量
cancanliu@cancanliu ~ % vim ~/.bash_profile
export PATH=$PATH:/Users/cancanliu/.npm-global/bin:$PATH
使环境变量永久生效
创建编辑.zshrc
文件,添加source ~/.bash_profile
命令
vim ~/.zshrc
source ~/.bash_profile
启动w2代理
cancanliu@cancanliu ~ % w2 start
chrome
浏览器安装插件whistle
,并启用代理状态
web端代理到本地
-
浏览器访问http://127.0.0.1:8899/
-
配置代理url
app代理到本地
-
手机安装证书,点击
https
,下载rootca
,将证书发送到手机,并安装证书 -
设置电脑和手机使用同一个
wifi
,配置手机wifi
为手动代理,主机名:查看电脑ipv4
地址(内网地址),端口:whistle
默认的8899
-
查看代理
url
信息
标签:profile,cancanliu,代理,whistle,PATH,安装 来源: https://blog.csdn.net/u010106375/article/details/121999288