Skip to content

Instantly share code, notes, and snippets.

@gabrielstuff
Created June 25, 2013 22:51
Show Gist options
  • Select an option

  • Save gabrielstuff/5863179 to your computer and use it in GitHub Desktop.

Select an option

Save gabrielstuff/5863179 to your computer and use it in GitHub Desktop.
CORS server side
Access-Control-Allow-Methods: GET, POST
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: http://origin.foo
Access-Control-Allow-Headers: Content-Type, *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment