-
-
Save gustavonovaes/bb33a99c7446ccb7894a6653c56312ed to your computer and use it in GitHub Desktop.
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('Access-Control-Allow-Origin: *'); | |
header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, X-XSRF-TOKEN"); | |
header('Access-Control-Allow-Methods: GET, POST, PUT, DELETE'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment