Replies: 1 comment
-
Hey! Coraza is not designed to be only used as an inline proxy, that's why we decided not to provide access to the request and response buffers. In theory a Coraza implementation might take ownership of the buffer and bring it back to the web application, but still, we don't provide write access to it. |
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
-
Does Coraza support inspecting request data in such requests/responses? Does Coraza buffer the requests/responses for inspection?
If yes, does Coraza support turning on/off the inspection?
I found some info for ModSecurity V2, SecStreamInBodyInspection
Beta Was this translation helpful? Give feedback.
All reactions