I'm working on a project for a customer that requires displaying an angularjs app through the WebView control. The web content is part of the app package. I'm getting an Access Denied error from the web content when it tries to hit a web service
hosted by the customer. From what I researched, it looks like the customer needs to add an allow condition to their service for the new Windows 8 app, but wanted to get some verification. This is the error I see in the JavaScript Console when I
run the app:
XMLHttpRequest for https://<customer's service url here> required Cross Origin Resource Sharing (CORS).
XMLHttpRequest for https://<customer's service url here> required CORS preflight.
Origin ms-appx-web://70763c20-ee03-4e7d-acba-426478688865 not found in Access-Control-Allow-Origin header.
XMLHttpRequest: Network Error 0x80070005, Access is denied.