Decoder-Improved
Decoder-Improved copied to clipboard
New feature: fuzzy GZip decoding
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.