-
I have some use cases where I need to read the request body. It seems the filter only gets RequestHeader. https://github.com/orgs/playframework/discussions/12656 shows how to do it but the code is fairly long and complex. I wonder if there's a better way. |
Beta Was this translation helpful? Give feedback.
Answered by
mkurz
Feb 18, 2025
Replies: 1 comment
-
Did you solve your need? I think you should continue the discussion with the author in he might be able to help you. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tanin47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you solve your need? I think you should continue the discussion with the author in
he might be able to help you.