How to clear basic authentication details in chrome

opsb picture opsb · May 11, 2011 · Viewed 231.1k times · Source

I'm working on a site that uses basic authentication. Using Chrome I've logged in using the basic auth. I now want to remove the basic authentication details from the browser and try a different login.

How do you clear the current basic authentication details when using Chrome?

Answer

opsb picture opsb · Jun 3, 2011

It seems chrome will always show you the login prompt if you include a username in the url e.g.

http://[email protected]

This is not a real full solution, see Mike's comment below.