Does HttpDLX support gzip encoding? - WeOnlyDo Discussion board

Does HttpDLX support gzip encoding? (General questions)

by audicieux, Friday, March 03, 2006, 17:25 (6839 days ago)

Hi,

I am currently evaluating the HttpDLX component. I would like to know whether this component is able to decode content with gzip encoding. Is there any setting that needs to be set and are there any shortcomings in using gzip encoding with this component?

Thank you.

-Audicieux-

Re: Does HttpDLX support gzip encoding?

by wodDrazen, Friday, March 03, 2006, 17:47 (6839 days ago) @ audicieux

Hi,

WodHttpDLX ActiveX component support GZIP or ZLIB compression.
You need to use Compression Property to enable it.

Here is example:
wodHttp1.Compression = True

If server supports these compression, returned response may be up to 80 smaller than original.
When wodHttpDLX receives such response, it will write uncompressed data to you.

More help for Compression Property find here:
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLXLib~wodHttpDLX~Compression.html


Hope I helped.

Regards,
Drazen