Open
Description
I think this issue might be relevant in this context also: corazawaf/coraza#1086.
Adapting @YvesZelros's issue here:
The modsecurity.conf-recommended enable JSON request body processor but don't parse JSON on response.
I propose align request & response configuration by adding application/json on SecResponseBodyMimeType:
SecResponseBodyMimeType text/plain text/html text/xml application/json
What do you think?