jquery/test/data/errorWithJSON.php
2013-08-19 18:27:30 -04:00

6 lines
134 B
PHP

<?php
header("HTTP/1.0 400 Bad Request");
header("Content-Type: application/json");
echo '{ "code": 40, "message": "Bad Request" }';