Created
June 9, 2014 09:34
-
-
Save vdudouyt/70950744da4a55e31b3f to your computer and use it in GitHub Desktop.
Enable Cross-Domain HTTP requests
This file contains 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
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