You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by CSN <co...@yahoo.com> on 2004/10/15 12:31:34 UTC

[users@httpd] Automatically added query var to all URLs

What's the best and easiest way to automatically add a
specified query var to all requests? Sort of like
SetEnv, but with GET/POST vars.


		
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Automatically added query var to all URLs

Posted by Robert Andersson <ro...@profundis.nu>.
CSN wrote:
> What's the best and easiest way to automatically add a
> specified query var to all requests? Sort of like
> SetEnv, but with GET/POST vars.

You will need an input filter or custom module to modify POST data. For 
normal GET requests you should be able to use mod_rewrite. Give us an 
example of what you have in mind.

Regards,
Robert Andersson 


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org