Closed
Description
Hello dev teams,
I installed Apache + Modsecurity v3 using this connector. I added CRS and tested it with CRS regression. I had many errors. And then i found that request body cannot be read. I checked source code and compared to Modsecurity v2. Then I saw that it lacked of code before msc_process_request_body (in hook_request_late). In Modsecurity v2, there is code before that function to read request body.