postman下载与安装
Postman 是一款用于测试各种 http 请求的工具,其原先被用于 浏览器插件,现在提供了App 形式的独立软件,但是在配合 插件 Postman Interceptor 的情况下,Postman App 可以直接借用浏览器中的一些配置数据,比如 Cookies,简直方便的不要不要的。
- 安装postman客户端
下载地址https://www.postman.com/downloads/
双击下载好的postman客户端程序默认安装即可
postman Interceptor安装与使用
打开chrome浏览器,进入chrome应用商店,下载postman Interceptor
应用商店的地址https://chrome.google.com/webstore/category/extensions?hl=zh-CN
下载Interceptor bridge 拦截器网桥
https://learning.postman.com/docs/postman/sending-api-requests/interceptor/
这个页面下载Interceptor bridge
安装Interceptor bridge Windows桥
打开压缩包,运行脚本
安装完成后,浏览器中的postman interceptor显示
配置Postman Interceptor
第一步,开启插件Capture requests选项和capture cookies选项
第二步,打开postman app,连接插件
也打开Capture requests选项和capture cookies选项
- 测试添加Postman Interceptor插件后的效果
查看拦截器插件拦截的api接口地址,正常
查看postman客户端拦截器发送过来的api接口地址数据
postman在没有填加数据的情况下,全部接口地址都过来了,非常的方便。