I have a site running on Apache (hosted by Mindspring / Earthlink). The site has a secure area with basic authentication triggered by an .htaccess file. This all works great.
In another perl script, I need to know the authenticated userid but REMOTE_USER is always blank. How can I reliably access the authenticated userid from perl (or javascript)?
I hope you can help, my brain hurts from reading books and searching the web.
In another perl script, I need to know the authenticated userid but REMOTE_USER is always blank. How can I reliably access the authenticated userid from perl (or javascript)?
I hope you can help, my brain hurts from reading books and searching the web.