HTTP Basic Authentication – what’s the expected web browser experience?

When a server allows access via Basic HTTP Authentication, what is the experience expected to be in a web browser? Ignoring the web browser for a moment, here’s how to create a Basic Auth request with curl: curl -u myusername:mypassword http://somesite.com But what about in a Web Browser? What I’ve seen on some websites, is … Read more