api de gestion de ticket, basé sur php-crud-api. Le but est de décorrélé les outils de gestion des données, afin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

002_basic_auth.log 870B

12345678910111213141516171819202122232425262728293031323334
  1. ===
  2. GET /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d
  3. Authorization: Basic dXNlcm5hbWUxOnBhc3N3b3JkMQ
  4. ===
  5. 200
  6. Content-Type: application/json; charset=utf-8
  7. Content-Length: 45
  8. {"id":"e42c77c6-06a4-4502-816c-d112c7142e6d"}
  9. ===
  10. GET /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d
  11. ===
  12. 200
  13. Content-Type: application/json; charset=utf-8
  14. Content-Length: 45
  15. {"id":"e42c77c6-06a4-4502-816c-d112c7142e6d"}
  16. ===
  17. GET /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d
  18. Authorization: Basic aW52YWxpZHVzZXI6aW52YWxpZHBhc3M
  19. ===
  20. 403
  21. Content-Type: application/json; charset=utf-8
  22. Content-Length: 65
  23. {"code":1012,"message":"Authentication failed for 'invaliduser'"}
  24. ===
  25. GET /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d
  26. ===
  27. 404
  28. Content-Type: application/json; charset=utf-8
  29. Content-Length: 54
  30. {"code":1001,"message":"Table 'invisibles' not found"}