Hi,
I am writing a script that simulates a web server. It accepts a request header and makes the appropriate response etc.
I want to impliment Basic Authentication, using dynamic variables from a .htaccess file (AuthType,AuthName). Problem is that the .htaccess file that I am working from is...