Re: Does HttpDLX support gzip encoding? (General questions)

by wodDrazen, (7001 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

locked

Complete thread: