HTTP Authentication Fill Username Password

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
Hi,
I am looking for a way through which my script can enter the username and the password for the HTTP Authentication window

I don't know if its posssible as its on the client side, But may be PHP can pass the username and password through the headers???

Thank you!
 
Chapter 16. HTTP authentication with PHP
http://www.php.net/manual/en/features.http-auth.php
may be this will help
 
the code .. is that php creates headers that are sent for the user to authenticate...
the username and password has to be checked against a list [flat file]
if you are using apache refer
to the module of authentication.
 
about authorization you may find info in apache server documentation.....
 
Back
Top