We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, This plugin doesn't work on my installation. Traefik version: v2.3-rc5 Plugin version: v0.2.2 Traefik CLI args:
- '--experimental.plugins.plugin-rewritebody.modulename=github.com/containous/plugin-rewritebody' - '--experimental.plugins.plugin-rewritebody.version=v0.2.2'
Traefik Middleware:
apiVersion: traefik.containo.us/v1alpha1 kind: Middleware metadata: name: rewrite spec: plugin: plugin-rewritebody: lastModified: true rewrites: - regex: test replacement: working
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Discovered via the test file that this plugin doesn't work on gzip compressed data. My bad, but I think this info need to be on the readme
Sorry, something went wrong.
Hello,
Yes this plugin is not available for gzip for now. I will add this information to the readme.
Thanks for the report.
I had to find that on this page as it's not on the readme ;P
I found https://github.com/packruler/rewrite-body which might help. 😊
No branches or pull requests
Hello,
This plugin doesn't work on my installation.
Traefik version: v2.3-rc5
Plugin version: v0.2.2
Traefik CLI args:
Traefik Middleware:
Thanks in advance.
The text was updated successfully, but these errors were encountered: