Skip to content

Instantly share code, notes, and snippets.

@devfabriciobr
Created November 26, 2025 17:53
Show Gist options
  • Select an option

  • Save devfabriciobr/8fba63911aa98f0cb557ce098099f62c to your computer and use it in GitHub Desktop.

Select an option

Save devfabriciobr/8fba63911aa98f0cb557ce098099f62c to your computer and use it in GitHub Desktop.
LIBERAR ACESSO EXTERNO API REST
<?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