Skip to content

Instantly share code, notes, and snippets.

@dfernandez79
Created December 10, 2012 19:01
Show Gist options
  • Save dfernandez79/4252589 to your computer and use it in GitHub Desktop.
Save dfernandez79/4252589 to your computer and use it in GitHub Desktop.
CORS request headers
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