rhaidiz/broxy

Broken symbols if gzip encoding are used

kerbyj opened this issue · 2 comments

If the server uses gzip compression, the user will see an unreadable response body when using the repeater.
gzip
not-gzip

Yes, that is a known behavior since at the moment there's no option that automatically deals with the compression. The core proxy does it automatically because, at the moment, I'm using the vanilla version of goproxy. This will change with the next iteration.

I have finally released the version I was working on and this issue is now fixed.