Page 1 of 1

password and username acceptance

Posted: Fri Mar 31, 2006 7:50 am
by carlhoell
hi everone,

How can Htaccess on a linux apache server accept username and passwords form
other web-applications allowing the web-applications to pass the username a
nd password over to the apache server without tghe user typing in the userna
me and password.....?

please help, reallly urgent.

Posted: Fri Mar 31, 2006 9:28 am
by feyd

password and username acceptance

Posted: Wed Apr 05, 2006 2:26 am
by carlhoell
feyd wrote:The URL used can supply it: http://username:password@host/path/file?query#hash
Hi, Will this work with the apache server sending a 401 authentication header?

Posted: Wed Apr 05, 2006 3:26 am
by feyd
try it. :)

webserver passwords

Posted: Wed Apr 05, 2006 4:44 am
by carlhoell
Hi,
This does not work. It does not find the host when the username : password is added at the front of the URL.
Any suggestions?
Thanks.