Page is a not externally linkable
andreasfriedrich - 3:38 am on Feb 2, 2007 (gmt 0)
Username and password are probably added once the Perl [perl.com] script is called. It will insert the username and password and then send a redirect header like this: print "HTTP/1.0 302 Redirected\n" ;
print "Location: " . $ENV{'redirect'} . "\n\n";