使用Postman Interceptor发送带cookie的请求一直loading的解决法案

很多web网页开发人员都知道Postman限制由于chrome安全的限制,发不出带cookie和带有自定义头部标签的请求。想要发出由于chrome安全的限制,发不出带cookie和带有自定义头部标签的请求必须要使用Postman Interceptor插件。初次使用Postman Interceptor插件发送带cookie的请求可能会出现一直loading的情况。这是为什么呢?
postman interceptor

最新postman intercepter程序的下载地址:http://chromecj.com/web-development/2017-08/785.html

有专家给出的答案是:intercept的版本要与postman的版本匹配,否则send请求,会一直是loading的状态。这里小编又有疑问了:如何判断postman和postman interceptor版本是否匹配呢?因为最新版的Postman Interceptor插件版本是0.2.23,而Postman的最新版本是5.1.3。具体的判断方法还未可知。姑且认为是版本更新的时间不要相差太久吧。现在唯一可以确定的是,如果都使用的最新版本,那么就没有问题啦。

原文地址:https://www.cnblogs.com/thebeauty/p/7460403.html