jquery/test/data/errorWithJSON.php

6 lines
134 B
PHP
Raw Normal View History

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