cors not working with azure mobile service .net backend
问题 we are running into a permissions problem and what ever page we look at we can't seem to get it working. We have two parts. The mobile service in Azure and the webpage (client). Webservice is called "https://mobileservice.azure-mobile.net/tables/program.... and the client webpage is called "http://azure-webservicesclient.azurewebsites.net". We enabled on "https://mobileservice.azure-mobile.net" <system.webServer> <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Origin" value="*"