in reply to Login form to enable access to htaccess area?
The problems are that this exposes the password in the URL bar. Putting it in frames can make it less obvious but it is still there. Also, a recent update to IE removes all support for usernames and passwords in http URLs. This completely stops any login script from working.my $url = 'http://' . $username . ':' . $password '@' . 'www.example.c +om/some_page.html'; print $cgi->redirect($url);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Login form to enable access to htaccess area?
by tilly (Archbishop) on Feb 21, 2004 at 02:31 UTC | |
by pip (Novice) on Feb 21, 2004 at 04:04 UTC | |
by tilly (Archbishop) on Feb 21, 2004 at 16:41 UTC |