Re: Retrieve Query String

2007-01-24 Thread Tracy12
what I meant was different thing, normally auth handlers got REDIRECT or may be HTTP_MOVED_TEMPORARILY. where necessary. in httpd we might have a uri() or anyother thing will say query string as /test which is quite right but I just want to know is there any way to get where client intended to

Re: Retrieve Query String

2007-01-24 Thread Geoffrey Young
Tracy12 wrote: > In my mod_perl authentication module I have the following to get the url > without the ticket parameter > > my $uri_parsed = $r->parsed_uri; > my $unparsed = $uri_parsed->unparse(); > > but if the user hits the url as follows > > http://localhost/t