Juan Pablo Tosso
Juan Pablo Tosso
Hey! Can you provide more details? Is it a programmatic integration or a connector like caddy o wasm ?
Unfortunately decompressing is out of the scope of Coraza, I would suggest applying bzip when you find the header and the body is binary But I don't see it fitting...
I wouldn't go that way, I would pre-decompress it and send it to coraza like this: Just uncompress and copy the buffer. ```go gz, err := gzip.NewReader(r.Body) if err !=...
what if the body has the gzip headers but it is already decompressed? I don't think we should even try to touch this layer of the webserver, that's the webserver's...
Can we close this? as this is already implemented as experimental
BTW, this ir PR number #1000 🥳
Yup, I will move it into a plugin
Maybe we could replace this with a warning if there is no phase?
It is a waste of resource and we should avoid adding the action to the rule if possible. Not mandatory though
Bringing this back to life