Forum Discussion
Will # _________ H
Jun 04, 2020Brass Contributor
Regarding SharePoint Online REST API testing
Hi there, Recently, I am testing several SharePoint REST APIs by Postman. but I got the "Access Denied". does anyone have any idea on it??? Thanks Firstly: Retrieve the Tenant ID Secondly: G...
derhallim
Jun 06, 2020MCT
If you'd like to test REST APIs with SharePoint, I suggest using Fiddler as it's so easy to test against any SharePoint site and it'll take you just couple of minutes to connect, you can find more details in this article:
https://cann0nf0dder.wordpress.com/2016/09/12/getting-fiddler-to-work-with-sharepoint-online/
Basically you connect to the site in browser while having fiddler open, it will show you what cookies were used in the request (rtFa and FedAuth cookies ), you copy these and use them in any upcoming requests.
https://cann0nf0dder.wordpress.com/2016/09/12/getting-fiddler-to-work-with-sharepoint-online/
Basically you connect to the site in browser while having fiddler open, it will show you what cookies were used in the request (rtFa and FedAuth cookies ), you copy these and use them in any upcoming requests.