Hi,
I am working on
struts 1.2 framework. I need to set a value of 'Accept-Encoding' in the http request header whenever
1) user clicks a link on the page.
2) user pastes the url in the address bar and hits go.
I need this for gZip compression.
can it be done in the back-end or front-end.
I googled a lot, but i could not find any solution for it.
Thanks in advance