Does HttpDLX support gzip encoding? (General questions)
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?
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