Trigger Basic Auth Popup in Chrome

In Chrome, if you have already authenticated with a site using Basic Authentiation (a Web Server level authentication) then you will have probably realised that once you are authenticated, Chrome does not continuously prompt you for the details, and that is a good thing. However, in a scenario where perhaps you want to authenticate as a different user or otherwise re enter the details then it can be tricky to figure out how to do this.

The answer is simple enough, you can retrigger this prompt by putting your username@ the url and the pop up will be shown again.

To be clear:

http://www.somedomain.com

becomes:

http://username@www.somedomain.com

Tags: basic authhttpclearcredentials