How to delete specific HTTP authentication credentials from Safari (for Windows)?

If you are on Mac OS X and you are wondering how to remove a basic-authentication credential from a website, you won't find the password in Safari preferences. The answer is in the Keychain Access App. Open it up (it's in Utilities) and then go to the Passwords Category (the categories are on the left, at the bottom - you don't need to be doing anything with your keychains here). Search for the name you want to get rid of (it will be something like "your.internetserver.com (john.doe)", select it, right click, and then delete it.


You should be able to make Safari prompt for credentials again by explicitly specifying wrong credentials:

http://foo:bar@yourintranetserver/

This assuming your actual user and password aren't actually "foo" and "bar".

You can save it as bookmark calling it "reset intranet credentials".


This reminds me that I can temporary change my auth credential in Chrome by using Incognito mode (private browsing). -- FYI