OData / odataorg.github.io

Staging site and collaboration repository for http://www.odata.org
MIT License
63 stars 101 forks source link

The publicly available OData feed - http://services.odata.org/Northwind/Northwind.svc throws an exception when consuming from Silverlight application #169

Open yoan-krumov opened 5 years ago

yoan-krumov commented 5 years ago

Hi,

We, at telerik.com, have a Silverlight demo application which is consuming the publicly available OData feed - http://services.odata.org/Northwind/Northwind.svc. Everything was working normally in the past. However, recently we got the following exception - System.InvalidOperationException: An error occurred while processing this request. ---> System.Security.SecurityException: Security error.

It seems that this is related to attempting to access a service in a cross-domain way without a proper cross-domain policy in place. Please note that we have a WPF application which is working normally. Have you changed anything on the server side?