PHP Classes

File: tests/functional/002_auth/001_jwt_auth.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/002_auth/001_jwt_auth.log   Download  
File: tests/functional/002_auth/001_jwt_auth.log
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD API
Provide API to manipulate database table records
Author: By
Last change:
Date: 3 years ago
Size: 1,400 bytes
 

Contents

Class file image Download
=== GET /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d X-Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6IjE1MzgyMDc2MDUiLCJleHAiOjE1MzgyMDc2MzV9.Z5px_GT15TRKhJCTHhDt5Z6K6LRDSFnLj8U5ok9l7gw === 200 Content-Type: application/json; charset=utf-8 Content-Length: 45 {"id":"e42c77c6-06a4-4502-816c-d112c7142e6d"} === GET /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d === 200 Content-Type: application/json; charset=utf-8 Content-Length: 45 {"id":"e42c77c6-06a4-4502-816c-d112c7142e6d"} === GET /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d X-Authorization: Bearer invalid === 403 Content-Type: application/json; charset=utf-8 Content-Length: 57 {"code":1012,"message":"Authentication failed for 'JWT'"} === GET /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d === 404 Content-Type: application/json; charset=utf-8 Content-Length: 54 {"code":1001,"message":"Table 'invisibles' not found"} === OPTIONS /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d Access-Control-Request-Method: POST Access-Control-Request-Headers: X-PINGOTHER, Content-Type === 200 Access-Control-Allow-Headers: Content-Type, X-XSRF-TOKEN, X-Authorization Access-Control-Allow-Methods: OPTIONS, GET, PUT, POST, DELETE, PATCH Access-Control-Allow-Credentials: true Access-Control-Max-Age: 1728000