Browse Source

fix cors test

Maurits van der Schee 5 years ago
parent
commit
438f464bc7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/functional/001_records/041_cors_pre_flight.log

+ 1
- 1
tests/functional/001_records/041_cors_pre_flight.log View File

@@ -4,7 +4,7 @@ Access-Control-Request-Method: POST
4 4
 Access-Control-Request-Headers: X-XSRF-TOKEN, X-Requested-With
5 5
 ===
6 6
 200
7
-Access-Control-Allow-Headers: Content-Type, X-XSRF-TOKEN
7
+Access-Control-Allow-Headers: Content-Type, X-XSRF-TOKEN, X-Authorization
8 8
 Access-Control-Allow-Methods: OPTIONS, GET, PUT, POST, DELETE, PATCH
9 9
 Access-Control-Allow-Credentials: true
10 10
 Access-Control-Max-Age: 1728000

Loading…
Cancel
Save