I want to manipulate the http request message using proxy. For Example,
1. Client sends the http Get request with Content-Range : 0 - 4096bytes 2. Apache proxy server receives this request message 3. When the proxy forward the above request message, Proxy divides one message to two messages. - one HTTP Get Request message Content-Range : 0 - 2047 - another HTTP Get Request message Content-Range : 2048 - 4096 Is it possibe to divide one request message to one or more request messages changing the content-range header value? -- View this message in context: http://apache-http-server.18135.x6.nabble.com/How-to-change-Content-Range-value-using-mod-proxy-tp5012086.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.
