CSRF - Implementation options? #7951
Unanswered
rohitkumbhar
asked this question in
General
Replies: 1 comment
-
there's currently no way to get the body in a filter, but we are looking at this. you could still implement this with a netty channel handler but it's probably more effort than it's worth. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I've been trying to build simple CSRF protection using cookie + param value comparison as shown in security docs. I can't make it a generic implementation i.e.
_csrf
value from url param or body because HttpFilter do not read the body: Related IssueDoes anyone have any workarounds for this?
Beta Was this translation helpful? Give feedback.
All reactions