traefik / plugin-rewritebody

Rewrite body is a middleware plugin for Traefik which rewrites the HTTP response body by replacing a search regex by a replacement string
https://plugins.traefik.io/plugins/628c9ec2ffc0cd18356a97a2/log4-shell
Apache License 2.0
56 stars 21 forks source link

feat: replace once implemented #21

Open guykv opened 3 years ago

guykv commented 3 years ago

Implements #12 .

I'm aware that strictly speaking, this feature isn't really necessary (the same effect can be achieved in the regex itself). I still think it would be nice to have the option, as it makes the distinction all that more obvious looking at the config.