i'm pretty surprised that nobody has brought up this issue yet.

to my knowledge, most sites out there are using .htaccess "Basic Authentication" to protect their members' areas.

if you try to login to one of these areas using IE7, you will get this ugly message:

"Warning: This server is requesting that your username and password be sent in an insecure manner (basic authentication without a secure connection)."

pretty scary for the customer, if you ask me!!

anybody have a fix for this? i know you can move your members area to https:// and SSL, but that is a pain. you can also use DIGEST authentication instead of Basic, but those who are using mod_auth_mySQL will find that it doesn't support DIGEST authentication.

am i the only nerd that even cares about this or has an idea what this all means?