I am using the Apache Commons HttpClient along with Restlet to call a restful web service. Unfortunately, my server (based on Ruby on Rails) does not like the Transfer-Encoding: chunked
that HttpClient is using by default.
Is there any way to disable the usage of chunked encoding for POSTs from the client?