码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-10-12 10:37:06      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:ide   line   icm   post   from   strong   resolve   pga   技术分享   

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

标签:ide   line   icm   post   from   strong   resolve   pga   技术分享   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!