Forum Discussion

Stephan_Manthe1's avatar
Stephan_Manthe1
Icon for Nimbostratus rankNimbostratus
Jan 22, 2008

de-compressing serverside content?

hi all,   i´m trying to use compression on the serverside instead of the clientside:     when HTTP_REQUEST {   HTTP::header insert Accept-Encoding gzip   COMPRESS::enable   ...