Skip to content

Instantly share code, notes, and snippets.

@gabhi
Created March 26, 2014 07:52
Show Gist options
  • Select an option

  • Save gabhi/9778492 to your computer and use it in GitHub Desktop.

Select an option

Save gabhi/9778492 to your computer and use it in GitHub Desktop.
php allow cross origin response
header('Access-Control-Allow-Origin: *');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment