Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 687bbde + 183debd commit ca2835cCopy full SHA for ca2835c
api/config/packages/nelmio_cors.yaml
@@ -3,7 +3,7 @@ nelmio_cors:
3
origin_regex: true
4
allow_origin: ['%env(CORS_ALLOW_ORIGIN)%']
5
allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE']
6
- allow_headers: ['Content-Type', 'Authorization']
+ allow_headers: ['Content-Type', 'Authorization', 'Preload', 'Fields']
7
expose_headers: ['Link']
8
max_age: 3600
9
paths:
0 commit comments