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:
sck.Request.AcceptEncoding := 'gzip, deflate';
where sck is TIdHTTP. And I recieved 3 abstract...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.