这个Interceptor还需要"/>

Postman发送带cookie的http请求

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Postman发送带cookie的http请求相关的知识,希望对你有一定的参考价值。

Postman是chrome上一个非常好用的http客户端插件,可惜由于chrome安全的限制,发不出带cookie的请求。如果想要发送带cookie的请求,需要开启Interceptor:
技术分享

这个Interceptor还需要到chrome应用商店下载 Postman Interceptor 扩展程序。现在能发送带cookie的http请求。发送cookie时,在header中添加key-value,key固定为Cookie,value是cookie具体的k=v,例如:
技术分享

需要注意的是,发送带cookie的时候必须得开着chrome浏览器。


本文出自 “32氪” 博客,请务必保留此出处http://10672221.blog.51cto.com/10662221/1982746

以上是关于Postman发送带cookie的http请求的主要内容,如果未能解决你的问题,请参考以下文章

用postman插件怎么设置cookie值

postman:模拟发送一个需要cookie认证的请求

Postman 编辑和发送Cookie

postman怎么清除cookie

Postman带Cookie 请求post接口

C#带cookie发送http请求,http请求带cookie