Blame view

vendor/bower-asset/jquery/test/data/errorWithJSON.php 134 Bytes
b2a15e0c   Dmitryi   роли и права поль...
1
2
3
4
5
6
  <?php
  
  header("HTTP/1.0 400 Bad Request");
  header("Content-Type: application/json");
  
  echo '{ "code": 40, "message": "Bad Request" }';