I have a multipart request that I would like to gzip compress via a custom HttpClient (so it can be decompressed by apache via MOD deflate on the server side). I tried to just compress the files themselves but the apache server seems to want the entire body of the request compressed in order to decompress.
I’ve read a post by Oleg in 2008 that states this is easy to do and yet I’m not sure how to make this work using the RequestInterceptor going from client to server. Any pointers would be very appreciated.
Thanks! Deb --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
