M MC Platinum Member Feb 23, 2000 2,747 0 0 Mar 17, 2005 #1 How to login to a .htaccess protected directory using a form instead of the normal pop-up window? Helps is appreciate...thanks. -MC
How to login to a .htaccess protected directory using a form instead of the normal pop-up window? Helps is appreciate...thanks. -MC
N Need4Speed Diamond Member Dec 27, 1999 5,383 0 0 Mar 17, 2005 #2 you could use php to do this...plenty of tutorials on google on how to approach it.
T tk11 Senior member Jul 5, 2004 277 0 0 Mar 18, 2005 #3 Embed the username and password in the url. eg http://user:pass@domain.com/path/file.html
M MC Platinum Member Feb 23, 2000 2,747 0 0 Mar 19, 2005 #4 Originally posted by: Need4Speed you could use php to do this...plenty of tutorials on google on how to approach it. Click to expand... Originally posted by: tk11 Embed the username and password in the url. eg http://userass@domain.com/path/file.html Click to expand... Didn't IE has an security update that disable username/password in HTTP?
Originally posted by: Need4Speed you could use php to do this...plenty of tutorials on google on how to approach it. Click to expand... Originally posted by: tk11 Embed the username and password in the url. eg http://userass@domain.com/path/file.html Click to expand... Didn't IE has an security update that disable username/password in HTTP?
T tk11 Senior member Jul 5, 2004 277 0 0 Mar 19, 2005 #5 That's right, newer versions of IE did break the userass in url feature. There's a registry setting to enable it again though... Back to php I guess.
That's right, newer versions of IE did break the userass in url feature. There's a registry setting to enable it again though... Back to php I guess.
T tk11 Senior member Jul 5, 2004 277 0 0 Mar 21, 2005 #7 Read this http://www.governmentsecurity.org/articles/OverviewofHTTPAuthentication.php Then this http://ca3.php.net/header Then this http://ca3.php.net/manual/en/function.base64-encode.php
Read this http://www.governmentsecurity.org/articles/OverviewofHTTPAuthentication.php Then this http://ca3.php.net/header Then this http://ca3.php.net/manual/en/function.base64-encode.php