Krist van Besien wrote:
On Wed, Feb 20, 2008 at 6:20 PM, Ruslan Sivak <rsivak@xxxxxxxxxxxxx> wrote:So basically appache is not encoding the arguments when they're proxied. When it gets to index.html it just sees user=testing. How do I make apache properly encode the arguments?Properly encoding the arguments is not the job of apache. You need to make sure that whatever form or page causes these requests does it properly. Krist
They are encoded propertly. Apache still messes them up on rewrite.. How do I get it to properly encode things?
The following is the same request. The real request gets logged later because the top one is the subrequest (Proxy).
127.0.0.1 - - [20/Feb/2008:15:41:11 -0500] "GET /index.html?user=testing test HTTP/1.1" 200 26006 127.0.0.1 - - [20/Feb/2008:15:41:11 -0500] "GET /u/testing%20test HTTP/1.1" 200 26006
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx