We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9498908 commit 0669b84Copy full SHA for 0669b84
jsonblob.php
@@ -31,6 +31,7 @@ function generateRandomString($length = 10) {
31
die;
32
}
33
http_response_code(200);
34
+ header("Content-Type: application/json");
35
print $result->fetch_row()[0];
36
} else if ($METHOD=='POST') {
37
$id = generateRandomString();
0 commit comments