Cross-Origin Resource Sharing
Remove from Bookmarks
- Which text to add here??
Added by Martin on 2009-12-04 20:19
» Viewed 369 times
» Favorited by 0 user(s)
» 0 Comments
» This resource has public visibility
Holder of Rights:
License: unknown
Creator(s): W3C
This document defines a mechanism to enable client-side cross-origin requests. Specifications that want to enable cross-origin requests in an API they define can use the algorithms defined by this specification. If such an API is used on http://example.org resources, a resource on http://hello-world.example can opt in using the mechanism described by this specification (e.g., specifying Access-Control-Allow-Origin: http://example.org as response header), which would allow that resource to be fetched cross-origin from http://example.org.