Access SharePoint with REST API

Today I tried to access a SharePoint REST API from my Silverlight Web Part and I got a Security Error. I quite quickly got a great article describing all about the clientaccesspolicy.xml, but it was still not working.

Your Solution

Then I tried in my browser to go to http://myurl.mydomain.local/clientaccesspolicy.xml and I found that a previous version was being displayed in my browser. I did an IISReset, but this file didn’t want to be updated. I cleared the browser cache and my file got updated. Quite annoying … browser caching.


Discover more from SharePains

Subscribe to get the latest posts sent to your email.

Avatar of Pieter Veenstra

Is your business still running on paper trails, sprawling Excel files, or ageing Access databases? There's a better way — and I can show you exactly what it looks like. I'm the Technical Director of Vantage 365, a Microsoft solutions consultancy working with clients across the UK, the Netherlands, and worldwide. For over 30 years I've been turning messy, manual business processes into clean, automated systems that save time, reduce errors, and give teams the visibility they need to make better decisions. SharePains is not just any blog run by a Microsoft MVP. Have you ever used Try-Catch in Power Automate? The original post about Try-Catch in Power Automate can still be found on this site, https://sharepains.com/2018/02/07/try-catch-finally-in-power-automate-flow/ Or have you ever used the Pieter’s method to avoid variables and speed up your flows? https://sharepains.com/2020/03/11/pieters-method-for-advanced-in-flows/ You can contact me using contact@sharepains.com

Related Posts

One thought on “Silverlight – REST API – Security Error

  1. Browser caching definitely can get pretty annoying. I usually find whenever I’m testing anything SharePoint related I’m always popping it open in a private window/tab. That way caching isn’t persistent between sessions. Though this is also probably because I test lots of authentication related scenarios, so this is a very easy way to keep from having to clear out those pesky cookies all of the time.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from SharePains

Subscribe now to keep reading and get access to the full archive.

Continue reading