Decoder-Improved icon indicating copy to clipboard operation
Decoder-Improved copied to clipboard

New feature: fuzzy GZip decoding

Open ngregoire opened this issue 6 years ago • 0 comments

Decoder Improved already implements "fuzzy Base64 decoding", and that's very useful for JWS. However, adding "fuzzy GZip decoding" (like the standard decoder does) would be nice!

Currently, I get error "Invalid GZIP Input" when trying to GZip-decode a full response (with HTTP headers + a gzip'ed body). It's probable that #4 must be fixed first.

ngregoire avatar Apr 04 '18 16:04 ngregoire