Custom Form using PerlHandler with redirection
[prev]
[thread]
[next]
[Date index for 2005/02/09]
Hello,
I am not sure how to workaround this issue. Was hoping
someone could hit me with any suggestion:) I am using a custom
form instead of the usual Basic or Digest popup. Authentication
works fine however redirection is not working.
tried on a successful authentication..
redirection a old fashioned way..
print EOD;
[...]
<meta http-equiv="refresh" content="5; URL=/mydir/redirect.html">
[...]
EOD
return OK;
tried on success authentication ..
$r->header_out('redirect.html');
return REDIRECT;
In the above snippits I get the same result. In the top of the
browser's URL is the target file /mydir/redirect.html
But the actual_file named redirect.html is never redirected to..
(never sent to browser..) This file definitely exists in the
directory. The location only has two lines currently..
SetHandler perl-script
PerlHandler MyModule
The ideal would be to do it in a way simular to the http-equiv.
Where a page is displayed and then redirection to the physical
resource occurs. Hope this is enough for suggestions/pointers.
TIA
Best Regards,
dreamwvr@xxxxxxxx.xxx
 |
Custom Form using PerlHandler with redirection
"dreamwvr 21:46 on 09 Feb 2005
|