Hi All,
I am trying to post compressed REST requests to apache.
I have configured mod_deflate and have added the following configuration directive.
<Location / >
SetInputFilter DEFLATE
</Location
Even after doing the above configuration I do not see the requests getting uncompressed.
Can any one help me with that.
Thanks,
~Abhi