2
Good afternoon,
I would like to know how to use the Sharepoint Online REST API through external applications, specifically a local HTML with JS.
Using the example of this article https://pholpar.wordpress.com/2013/05/11/accessing-office-365-sharepoint-sites-using-rest-from-a-local-html-javascript-host, receive the following error msg:
Xmlhttprequest cannot load https://login.microsoftonline.com/extSTS.srf. Response to preflight request doesn’t pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested Resource. Origin 'null' is therefore not allowed access.
Thank you.
I changed including a step by step to start using the Microsoft Graph Api. :)
– Radd