Hi Guys
I'm calling a web service that insists on returning encoding gzip chunked, if I change what we accept to anything else it errors. Considering that it is just returning a short string it's a bit OTT.
Anyway is there a way to decode this in PB? I tried writing the stuff as a blob to disk setting UTF8/16 as the encoding.
Any ideas?
David
I'm have no idea, but roland's zlib may decompress for you if you use the right options? http://www.topwizprogramming.com/freecode_zlibwapi.html