SharePoint REST GetItems with Anonymous Access – ApiBlockedException
When you have your SharePoint application enabled with Anonymous access, often can occur the exception: This is, because some Rest methods can be disabled on web application scope. You can run this commands, to show list, which methods are not approved: Line MethodNames indicates, that GetItems and GetChanges are forbidden on SPList object. You can…