rewrite-body icon indicating copy to clipboard operation
rewrite-body copied to clipboard

Traefik Plugin to allow regex replacement of HTTP GET response body

Results 4 rewrite-body issues
Sort by recently updated
recently updated
newest added

and feat: make `Accept`, `Accept-Encoding`, `Content-Type`, `Content-Encoding` checking optional

**Describe the solution you'd like** It would be great to be able to replacement for a specific path prefix without needing to define a new traefik router. ```yml services: mysite:...

https://github.com/packruler/rewrite-body/wiki/Examples Documents shows an example ```yaml http: middlewares: theme-headers: headers: customRequestHeaders: accept-encoding: gzip;1.0,deflate;0.5,identity;0.1 # Here is an example middleware to add headers for qBittorrent support qBittorrent-headers: headers: content-security-policy: default-src 'self';...

**Describe the solution you'd like** I would like to see the ability to add custom domains to Content Security Policy headers