We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7eb9b commit 9498908Copy full SHA for 9498908
jsonblob.php
@@ -5,6 +5,7 @@
5
// This stops CORS issues
6
header("access-control-allow-origin: *");
7
header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, X-Jsonblob, Allow");
8
+header("Access-Control-Expose-Headers: X-Jsonblob");
9
header("Access-Control-Allow-Methods: GET,POST,PUT,DELETE,OPTIONS");
10
11
$METHOD = $_SERVER['REQUEST_METHOD'];
0 commit comments