postman下载与安装

Postman 是一款用于测试各种 http 请求的工具,其原先被用于 浏览器插件,现在提供了App 形式的独立软件,但是在配合 插件 Postman Interceptor 的情况下,Postman App 可以直接借用浏览器中的一些配置数据,比如 Cookies,简直方便的不要不要的。

  1. 安装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 拦截器网桥

【测试】postman和 postman Interceptor下载与使用_数据
​​​ https://learning.postman.com/docs/postman/sending-api-requests/interceptor/​

这个页面下载Interceptor bridge

【测试】postman和 postman Interceptor下载与使用_拦截器_02
安装Interceptor bridge Windows桥

打开压缩包,运行脚本

【测试】postman和 postman Interceptor下载与使用_拦截器_03

安装完成后,浏览器中的postman interceptor显示
【测试】postman和 postman Interceptor下载与使用_应用商店_04

配置Postman Interceptor

第一步,开启插件Capture requests选项和capture cookies选项
【测试】postman和 postman Interceptor下载与使用_应用商店_05
【测试】postman和 postman Interceptor下载与使用_拦截器_06

第二步,打开postman app,连接插件

也打开Capture requests选项和capture cookies选项
【测试】postman和 postman Interceptor下载与使用_拦截器_07
【测试】postman和 postman Interceptor下载与使用_拦截器_08

  1. 测试添加Postman Interceptor插件后的效果

查看拦截器插件拦截的api接口地址,正常

【测试】postman和 postman Interceptor下载与使用_拦截器_09

查看postman客户端拦截器发送过来的api接口地址数据

【测试】postman和 postman Interceptor下载与使用_数据_10

postman在没有填加数据的情况下,全部接口地址都过来了,非常的方便。

参考链接:
​​​ http://blog.sunqiang.me/2020/06/01/postman-interceptor%e6%8f%92%e4%bb%b6%e5%ae%89%e8%a3%85%e6%96%b9%e6%b3%95/​