Title: Chunked encoding handling in reverse proxy

Hi,
        I am trying to protect client-server application through Apache reverse proxy.
 My server is protected behind apache reverse proxy and client is standalone application that can access server through internet. The client-server communicate with each other via HTTP 1.1 protocol with Content-encoding:chunked. The data part is sent in form of chunked data. When I set this up via reverse proxy, the apache does not forward following PUT request from client to my server:

PUT /IDXXXXXX
Content-encoding : chunked
host:YYYY


It seems Apache is waiting for some more information from client.
Please help.

Regards,
Satinder Singh

Reply via email to