I want to decode a string that I have as
content-encoding: deflate
It is deflate only, it does not have any other compression algorithm.
x?uO?
?0►??§!g§?↨¶?ho??6]?@6←??P??,?¶??????♂?=?♦??►?h☼????,?R☻$??◄???K?|J???n>;??!??c?*?♣6CM???`????#♂z?0???m?O4K?◄????-??z??}?S?M?♣?l?Q/????uo??dq
I have tried several decoding algorithms, with the gzip for example, but it gives me an error, something about the wrong header, also with the base64 ones and it says it is wrong. I have tried with several decoders but I don't get it.
These are the values it should have once decoded.
This stack was passed on to me, but it didn't help either Deflate string C#.
Please help.
Decode a "string content-encoding: deflate" to obtain the response value. In C#.