安装配置postman署理
安装配置postman代理
参考地址:https://www.getpostman.com/docs/capture
1、安装postman代理,需要使用到python2.7或python3.4的版本;
2、安装pip工具,先将该文件下载下来:get-pip.py。然后执行以下命令安装;
python get-pip.py
3、再通过pip安装postman proxy(window环境下)
python -m pip install PostmanProxy