Browse Source

Add check for #501

Maurits van der Schee 5 years ago
parent
commit
8314a246f5
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      tests/functional/002_auth/001_jwt_auth.log

+ 10
- 0
tests/functional/002_auth/001_jwt_auth.log View File

@@ -31,3 +31,13 @@ Content-Type: application/json
31 31
 Content-Length: 54
32 32
 
33 33
 {"code":1001,"message":"Table 'invisibles' not found"}
34
+===
35
+OPTIONS /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d
36
+Access-Control-Request-Method: POST
37
+Access-Control-Request-Headers: X-PINGOTHER, Content-Type
38
+===
39
+200
40
+Access-Control-Allow-Headers: Content-Type, X-XSRF-TOKEN, X-Authorization
41
+Access-Control-Allow-Methods: OPTIONS, GET, PUT, POST, DELETE, PATCH
42
+Access-Control-Allow-Credentials: true
43
+Access-Control-Max-Age: 1728000

Loading…
Cancel
Save