postmanlabs / postman-chrome-interceptor

Helper extension for the Postman packaged app. Also helps send restricted headers.
Apache License 2.0
216 stars 75 forks source link

Interceptor and SharePoint REST API #52

Open jiffyjaff opened 7 years ago

jiffyjaff commented 7 years ago

Recently encountered the below issue. Basically, I believe extra headers are being sent that cause some HTTPS API calls to fail with a 403 when working with the SharePoint REST API. Is this something you guys are aware of?

https://finarne.wordpress.com/2015/06/10/403-forbidden-from-_apicontextinfo-when-using-chrome-postman-rest-app/

jiffyjaff commented 7 years ago

Adding some TL;DR for you gents ... I inspected what is being sent through Postman/Interceptor using Fiddler. When I remove this header, it all works expected:

Origin: chrome-extension://aicmkgpgakddgnaphhhpliifpcfhicfo

In my settings I already have the "Send Postman Token Header" to off.