Monday, April 22, 2013

CORS: Cross-origin resource sharing

ASP.NET Web API: CORS support and Attribute Based Routing Improvements - ScottGu's Blog

"Cross-origin resource sharing (CORS) is a W3C standard that allows web pages to make AJAX requests to a different domain. This standard relaxes the same-origin policy implemented in web browsers that restricts calls to the domain of the resource that makes the call. The CORS specification defines how the browser and server interact to make cross-origin calls."

HTTP access control (CORS) @ Mozilla

Cross-origin resource sharing - Wikipedia, the free encyclopedia

Cross-Origin Resource Sharing @ W3C

No comments: