oren Posted March 3, 2009 Posted March 3, 2009 Hello I'm doing a http get request that has a "Accept-Encoding: gzip,deflate" line in it and i get the data back gziped , Anyone know how to decode it?
jvanegmond Posted March 3, 2009 Posted March 3, 2009 Remove the line "Accept-Encoding: gzip, deflate" from your request and you'll get it back unencoded. Otherwise, just search for gzip or deflate on this forum. github.com/jvanegmond
Zinthose Posted April 12, 2009 Posted April 12, 2009 I just made a udf to do this with the help of the gZip.exe utility. gZip UDF --- TTFN
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now