thanks for the tip,
But the problems remains, the sub function only returns "unknown",
my($authtype,$authstring) =
split(' ', $ENV{'http_AUTHORIZATION'});
return "unknown" unless $authtype =~ /basic/i;
So is the authtype not /basic/i ????, newbie on the subject so I...
Newbie on cgi/perl..
Made an inlog with .htaccess, when logged in and calling a cgi script in the url: on exlorer, working fine, REMOTE_USER=logged in user.
But when calling the same script from an website, the REMOTE_USER doesn't seem to exist, how is this possible??
Need to know the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.