I guess one of you now needs to just put that cfscript function call (the link that i just sent in my mail/post) inside the cfhttp tag execution and we have moved 1 inch ahead in openBD!
-nitish 2011/8/22 Alan Williamson (aw2.0 cloud experts) <[email protected]> > aaah sounds like a bug ... the underlying Apache HTTPClient isn't > decompressing it then. > > @Nitish ... a piece of sample of code can speak a thousand words. > > Thanks @Adam for checking this out. I will take a look at it. > > > Adam Cameron wrote: > >> This all intrigued me a bit. >> >> If I run this code: >> >> <cfhttp method="get" >> url="http://www.espncricinfo.**com<http://www.espncricinfo.com> >> " >> result="stHttp"> >> <cfhttpparam type="header" name="accept-encoding" value="gzip"> >> </cfhttp> >> >> <cfdump var="#stHttp#"> >> >> On CF8& CF9 I get a nice webpage in the filecontent key of the >> returned struct. >> >> On OBD, BD.NET and Railo, I get the compressed version (ie: useless >> gibberish). >> >> I think this might demonstrates Nitish's issue? >> > > -- > official tag/function reference: http://openbd.org/manual/ > mailing list - > http://groups.google.com/**group/openbd?hl=en<http://groups.google.com/group/openbd?hl=en> > -- -Nitish "Faith is a free Option" http://www.forcesofindia.com/profiles/np -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
