I figure i am doing something wrong or the server is too smart for me to be carrying over the log in cookies. Have to dig further. Thanks for your time. -nitish
2011/8/21 nitish pandey <[email protected]> > Hi Alan, > Not sure if openBD is superior in this respect to CFMX because Bennadel > does state that at atleast 2 places (one is at > http://www.bennadel.com/blog/1599-Campaign-Monitor-API-Connection-Failure-With-CFHTTP-And-GZIP-Compression.htm > ) > > IIn this url http://is.sys:8081/ost/sso.cfm is gibberish and the header > says content-encoding is gzip. You say transport only, of course but > someone has to unzip when the transport has ended. You might be hinting > that underlying httpclient recipient method would be ready for that type of > content. But i get gibberish. How am i managing that? > -nitish > > > > 2011/8/21 Alan Williamson (aw2.0 cloud experts) <[email protected]> > > i am still not sure what it is you are trying here. >> >> cfhttp will handle the gzip automatically for you. By the time it gets >> to you, it will already be unzipped and ready to use. the gzip is for the >> transport only, you will not actually get to see it. >> >> >> nitish pandey wrote: >> >>> i am doing a cfhttp get from a website that delivers gzip encoded >>> content only... so changing the accept-encoding fails. >>> >>> http://is.sys:8081/ost/sso.cfm >>> This is the output if you can say for sure that the dump is indeep gzip. >>> The header says so. >>> -nitish >>> >> >> -- >> 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 > -- -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
