I may have stated my question wrong. Lets say the user enters the URL, http://www.test.org:93/sample/?test=true, into their browser. How do I retrieve that URL?
I know how to get parts of it such as $r->path_info() or $r->uri(). Rather than assemble each piece is there a method that just returns the whole thing? Thanks --Ian >>> Tom Schindl <[EMAIL PROTECTED]> 02/13/04 07:53AM >>> It's: --------------------8<-------------------- $r->connection->remote_ip --------------------8<-------------------- See: http://perl.apache.org/docs/1.0/api/Apache.html#_c____r_E_gt_connection Ian Joyce wrote: > This may be day 1 stuff for most of you, but... > > What's the quckest way to determine the URL that made the current request in > mod_perl 1? > > -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html