This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Voyager servlet not sending CSRF security header to protected /graphql endpoint #322
Closed
Description
Currenting hitting a voyager issue hitting a graphql endpoint which is CSRF protected.
Graphiql is successfully connecting to it by sending the X-XSRF-TOKEN
cookie in the request.
However, the voyager servlet seems to be omitting the header when sending the requst.
Is it possible to change the voyager servlet config and force it to send all domain cookies with the request?