Environment variables for REST API and GraphQL headers for Adobe Commerce Cloud #89
Unanswered
git-hari-j
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can someone paste a few working examples of the headers required for Adobe Commerce Cloud? I tried all options below but am still getting the CORS error while
CONFIG__DEFAULT__WEB__API__REST__CORS_ALLOW_CREDENTIALS: 1
CONFIG__DEFAULT__WEB__API__REST__CORS_ALLOWED_METHODS: GET, POST, OPTIONS, HEAD
CONFIG__DEFAULT__WEB__GRAPHQL__CORS_ALLOWED_METHODS: GET, POST, OPTIONS, HEAD
CONFIG__DEFAULT__WEB__API__REST__CORS_ALLOWED_ORIGIN: *
CONFIG__DEFAULT__WEB__GRAPHQL__CORS_ALLOWED_ORIGIN: *
Beta Was this translation helpful? Give feedback.
All reactions