views:

72

answers:

1

Have a restful authentication, rails 2.2.2 app I'm getting ready to launch, but getting weird behavior when I hit the site from IE7 or 8 (not FF 3.5, 3, Mac or PC): hitting the domain http://startuptodo.com in IE7 gets you an IE dialog:

Connect to startuptodo.com the server startuptodo.com at Web Password requires a username and password. Warning: This server is requesting that your username and password be sent in an insecure manner (basic authentication without a secure connection). then flds to enter your user name and password.

If you cancel, you get a blank page save for: HTTP Basic: Access denied.

Same thing happens for https://startuptodo.com.

If FF, you go to the login page as you should.

Totally stumped - any and all answers welcome!

A: 

Hi Bob,

Are you getting a basic auth login box instead of a re-direct to the login page? Most likely, this should solve it for you: http://www.twistingmaze.com/blog/2009/02/25/restful-authentication-bug-internet-explorer/

Cheers.

akmathur
This was exactly it - and a good reason to go with Authlogic!
Bob Walsh