plugin-rewritebody icon indicating copy to clipboard operation
plugin-rewritebody copied to clipboard

Not an issue - gzip'ed content

Open amanas opened this issue 3 years ago • 1 comments

Sorry, this is not an issue (I think), just and idea to include.

I am observing that when a service returns a gzip'ed file (javascript in my case), rewrite body is not rewriting the response.

Any chance the plugin to do: gzip service response -> plugin-rewritebody un-gzip -> plugin-rewritebody rewrite body -> plugin-rewritebody gzip -> and so on...

Sorry not to make a pull request by my own but unfortunately I have no Go knowledge.

Cheers.

amanas avatar Feb 05 '22 22:02 amanas

I found https://github.com/packruler/rewrite-body which might help. 😊

hongbo-miao avatar May 07 '22 02:05 hongbo-miao