How do I really get the URI requested by the browser?

2001-08-18 Thread Joachim Zobel
Hi. I want to get the URI requested by the browser just as $REQUST_URI gives it to me inside a content handler. This is needed in other handlers, so I can not use %ENV. I am also not shure, when subprocess_env is initialized. Unfortunaltely $r-uri() does not return the URI requested by the

Re: How do I really get the URI requested by the browser?

2001-08-18 Thread Remco Schaar
On Sat, 18 Aug 2001, Joachim Zobel wrote: Hi. Hi, I want to get the URI requested by the browser just as $REQUST_URI gives it to me inside a content handler. This is needed in other handlers, so I can not use %ENV. I am also not shure, when subprocess_env is initialized.