Skip to content

GraphQL CORS preflight

OPTIONS
/api/graphql/{path}
curl --request OPTIONS \
--url https://example.com/api/graphql/example \
--header 'Authorization: Bearer <token>'

Handles CORS preflight requests for the GraphQL proxy.

path
required

GraphQL backend path

string

CORS headers