Skip to content

Instantly share code, notes, and snippets.

@folmert
Created May 30, 2015 21:31
Show Gist options
  • Select an option

  • Save folmert/53d4d5331a43f112db1f to your computer and use it in GitHub Desktop.

Select an option

Save folmert/53d4d5331a43f112db1f to your computer and use it in GitHub Desktop.
<?php
header("Access-Control-Allow-Origin: *");
header('Access-Control-Allow-Methods: PUT, GET, POST, DELETE, OPTIONS');
header("Access-Control-Allow-Headers: Origin, Request, X-Requested-With, Content-Type, Accept, Methods");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment