Access-Control-Allow-Headers editable from the general config for graphql #10406
-
|
It would be nice if you can change Access-Control-Allow-Headers from the general config as you can do for allowedGraphqlOrigins. We use custom headers for certain queries. This now results in cors errors. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
up |
Beta Was this translation helpful? Give feedback.
-
|
Why not just set the |
Beta Was this translation helpful? Give feedback.
-
|
@martijnvanonz @estepnv This is possible in the upcoming 4.11/5.3 release via |
Beta Was this translation helpful? Give feedback.
@martijnvanonz @estepnv This is possible in the upcoming 4.11/5.3 release via
config/app.php. See #15397 for examples and details.