插件介绍
邮差拦截器帮助你通过邮差应用程序发送使用浏览器cookie的请求。
它也可以发送通常被Chrome限制,但对测试api至关重要的头文件。拦截器使这一过程无痛。以前需要代理的功能现在无需任何安装步骤或额外配置就可以实现。
Postman Interceptor helps you send requests which use browser cookies through the Postman app.
It can also send headers which are normally restricted by Chrome but are critical for testing APIs. The Interceptor makes this process painless. Something that would have required a proxy earlier can now be achieved without any installation steps or extra configuration.
浏览器插件安装详细步骤:Chrome浏览器如何安装插件扩展
- 上一篇:Jabber Call
- 下一篇:Nebula
Postman Interceptor注意事项
1.Postman Interceptor必须和Postman联合使用。
2.Postmanintercept的版本要与postman的版本匹配,否则send请求,会一直是loading的状态。
3.postman有一个坑的地方是同步过来的地址少了一个host.需要手动配置一下
postman interceptor:拦截器
它是一款类似fiddler软件的谷歌插件,配合postman使用.可以将浏览器中发送的请求直接同步到postman的history中.可以设置过滤条件.
有个比较坑的是:浏览器请求头中有个host,它没有自动传过来,需要自己手动加上.否则同步过来的请求无法实现.
做Web开发和测试的研发人员应该都有用过Postman插件,但是由于chrome版本的更新,出现了一些chrome安全的限制,Postman发不出带cookie和带有自定义头部标签的请求。所以说为了实现跟老版本的postman同样的功能,就必须安装Postman Interceptor插件,这样才能直接使用chrome浏览器的cookie等信息。其功能类似fiddler。