SharePoint 2019 CORS Requests
In SharePoint 2019 (or 2016), when someone is trying to access REST API from other domain, it is usually blocked by browsers CORS policy. To avoid these blocking, you must configure your SharePoint IIS Server to handle and change some HTTP Headers. 1. Install IIS rewrite module First of all, you must install IIS Rewrite…