-
-
Save devfabriciobr/8fba63911aa98f0cb557ce098099f62c to your computer and use it in GitHub Desktop.
LIBERAR ACESSO EXTERNO API REST
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
| <?php | |
| header("Access-Control-Allow-Origin: *"); | |
| header("Access-Control-Allow-Headers: *"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment