Skip to content

Instantly share code, notes, and snippets.

@vdudouyt
Created June 9, 2014 09:34
Show Gist options
  • Save vdudouyt/70950744da4a55e31b3f to your computer and use it in GitHub Desktop.
Save vdudouyt/70950744da4a55e31b3f to your computer and use it in GitHub Desktop.
Enable Cross-Domain HTTP requests
Header add Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Headers "X-Requested-With"
Header set Access-Control-Max-Age "60"
Header set Access-Control-Allow-Credentials true
Header set Access-Control-Allow-Headers "Content-Type, *"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment