Created
December 10, 2012 19:02
-
-
Save dfernandez79/4252595 to your computer and use it in GitHub Desktop.
CORS response headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 200 OK | |
Access-Control-Allow-Origin: http://myapp.com | |
Content-Type: application/json; charset=utf-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment