Cross-Origin Request Blocked: Azure App Service Issue
问题 Any Ajax / JQuery call to APP Service(http://xxxx.azurewebsites.net) throw bellow error Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://api-xxx.azurewebsites.net/api/demo/1234567. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘(null)’). Point to be Noted: 1. CORS set to * in Azure Portal 2. REST API also CORS Enabled. config.EnableCors(); CORS setting in controller level [EnableCors(origins: "*", headers: "*", methods: "