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 806B

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