Closed Thom-x closed 2 years ago
Well now that you mention it, it seems pretty obvious.
I don't know how I didn't realize this. Thanks!
:tada: This PR is included in version 1.0.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Right now, the plugin send back the whole response in the body from Modsec, not only the response body. We are seeing other stuff like headers in the body.
With this fix we copy the headers, status and body to the response. That way we can have the real Modsec reponse in the browser (body+headers+status).
Example for me:
VS