How to login to a .htaccess protected directory using a form instead of the normal pop-up window?

MC

Platinum Member
Feb 23, 2000
2,747
0
0
How to login to a .htaccess protected directory using a form instead of the normal pop-up window?

Helps is appreciate...thanks.


-MC
 

MC

Platinum Member
Feb 23, 2000
2,747
0
0
Originally posted by: Need4Speed
you could use php to do this...plenty of tutorials on google on how to approach it.

Originally posted by: tk11
Embed the username and password in the url.

eg http://user:pass@domain.com/path/file.html


Didn't IE has an security update that disable username/password in HTTP?
 

tk11

Senior member
Jul 5, 2004
277
0
0
That's right, newer versions of IE did break the user:pass in url feature. There's a registry setting to enable it again though...

Back to php I guess.