rhaidiz / broxy

An HTTP/HTTPS intercept proxy written in Go.
GNU General Public License v3.0
998 stars 58 forks source link

Broken symbols if gzip encoding are used #1

Closed kerbyj closed 4 years ago

kerbyj commented 4 years ago

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

rhaidiz commented 4 years ago

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.

rhaidiz commented 4 years ago

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