Forum Discussion
Stephan_Manthe1
Nimbostratus
Jan 22, 2008de-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
...
Deb_Allen_18
Jan 22, 2008Historic F5 Account
Hi smanthey -
LTM compression was intended to offload compression tasks from the server, rather than decompression tasks from the client, so I don't think there's any way to do that. Interesting idea, though...
/deb