Replies: 2 comments 3 replies
-
What's the response body? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good evening, sorry but I hope to have an answer.
I created an api-only application but after having deactivated the csrf, there is still a problem when sending requests
export const csrf: ShieldConfig['csrf'] = { enabled: false, exceptRoutes: [], enableXsrfCookie: false, methods: ['POST', 'PUT', 'PATCH', 'DELETE'], }
Beta Was this translation helpful? Give feedback.
All reactions