Skip to content

Instantly share code, notes, and snippets.

@Kcko
Last active August 29, 2015 14:05
Show Gist options
  • Save Kcko/1aca2da566d532464f84 to your computer and use it in GitHub Desktop.
Save Kcko/1aca2da566d532464f84 to your computer and use it in GitHub Desktop.
JSONP - hlavičky
<?
header("content-type:text/html; charset=utf-8");
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: POST');
header('Access-Control-Max-Age: 1000');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment