Im using the Indy 10 TIdHTTP component for some internet programming and I want the component to decompress the data if it's content encoding is 'gzip'. I changed the header to allow gziped HTML:
where sck is TIdHTTP. And I recieved 3 abstract characters. To make it more clear Im using Borland Delphi 2005
Thanks,
Ali =]
Code:
sck.Request.AcceptEncoding := 'gzip, deflate';
Thanks,
Ali =]