Created
March 16, 2015 17:32
-
-
Save bgadrian/a936cad0f62366441835 to your computer and use it in GitHub Desktop.
Header, for cross domain AJAX request
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
/in the response page | |
header('Access-Control-Allow-Origin : *'); //* all requests origins sites are allowed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment