Postman截取Chrome网络请求
1.安装Chrome插件
安装 Postman Interceptor 插件
https://chrome.google.com/webstore/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo?hl=zh
2.安装 Interceptor Bridge
按照 https://learning.postman.com/docs/sending-requests/capturing-request-data/interceptor/ 设置安装

Mac OS下需要先安装Node.js环境,没有的话,会自动下载node.js的安装包 |
打开Requests 和Cookies
在Requests 里面选择 Source 为Interceptor,打开Capture Requests,然后选择请求保存的位置

在Cookies里面,打开Capture Cookie,然后在Domains里面可以过滤信息
重复请求测试
在Postman左侧找到已经抓取到的请求,然后添加到Save Request,将请求添加到Collections

点击 Run collection
Iterations 表示执行的次数
Delay 表示延时
Save Responses 可以查看相应结果
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 码行!
评论
ValineDisqus
