王小飞的个人博客
首页
关于
归档
友链
postman使用技巧
问题1:请求的时候如何携带cookie(不想拷贝)
安装chrome插件–Postman Interceptor
在postman里面打开Postman Interceptor选项
只有在浏览器上登录了,发送请求会自动携带上浏览器下该域名下cookie。(仅在chrome store下载的postman支持)
Postman
Postman Interceptor
问题2:如果后端有XSRF-TOKEN安全机制访问还是不通
解决方式1:手动从拷贝到header里面
解决方式2:
地址
方法中提到的pm只有在postman app中可使用,可是app中Interceptor不能使用,希望后续能增加
issues
上一篇
下一篇