Hi everyone,
Are there any perl scripts available that can listen to 401 authentication ,sent by an linux apache server using htaccess, on the client web-application so that it can automtically send username and password to the htaccess for acceptance? The client also comes from another web-application.
thanks.
script for automatic username and password authentication.
Moderator: General Moderators
I don't know about Perl, but PHP has hooks into HTTP authentication. It doesn't use .htaccess files per se, but it does appear indistiguishable from .htaccess files to the user. Search the PHP manual for 'HTTP authentication'.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.