首页 > 其他 > 详细

How to resolve the 403 error when send POST request from Postman

时间:2017-10-12 09:27:02      阅读:412      评论:0      收藏:0      [点我收藏+]

Root cause: the site refused the connection from the http request origin, by default it is setted as below:

Origin: chrome-extension://aicmkgpgakddgnaphhhpliifpcfhicfo

Solution 1: use Postman desktop version instead of chrome extention/plugin

Soluiton 2: use Restlet Client chrome extention/plugin

Solution 3: override the default value as same domain value instead of chrome-extension:XXX

技术分享

and then  also remember to set the Body format as raw/Text or any other value, but must hava value, this is required.

技术分享

 

Solution 4: must keep fidller openning, set the filter as below:

技术分享

How to resolve the 403 error when send POST request from Postman

原文:http://www.cnblogs.com/researcher/p/7653717.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!