Created
December 10, 2012 19:01
-
-
Save dfernandez79/4252589 to your computer and use it in GitHub Desktop.
CORS request 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
GET /api/list HTTP/1.1 | |
Host: myapp.com | |
User-Agent: Mozilla/5.0 | |
Accept: */* | |
Accept-Language: en-US,en;q=0.5 | |
Accept-Encoding: gzip, deflate | |
Connection: keep-alive | |
Origin: http://myapp.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment