How to clear basic authentication details in chrome

后端 未结 21 1371
暗喜
暗喜 2020-11-27 09:15

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 brow

相关标签:
21条回答
  • 2020-11-27 09:49

    There is no way to do this in Chrome as yet (Chrome 58)

    I have found the best solution is to open the url in an Incognito window, which will force you to re-enter the basic authentication credentials.

    When you want to change the credentials, close the Incognito window and launch another Incognito window.

    0 讨论(0)
  • 2020-11-27 09:49

    You should be able to clear your credentials from your browser via "Clear Browsing Data..." in chrome://settings/advanced

    0 讨论(0)
  • 2020-11-27 09:53

    all you need to do is to type chrome://restart in the address bar and chrome, with all its apps that are running in background, will restart and the Auth password cache will be cleaned.

    0 讨论(0)
  • 2020-11-27 09:54

    This isn't exactly what the question is asking for but in case you accidentally saved basic auth credentials and want to clear them or update them:

    https://support.google.com/accounts/answer/6197437

    1. Open Chrome.
    2. At the top right, click More > and then Settings.
    3. At the bottom, click Advanced.
    4. Under "Passwords and forms," click Manage passwords.
    5. Under "Saved Passwords", click Remove on the site you want to clear saved basic auth credentials.

    Steps 1-4 can be quickly navigated with this link: chrome://settings/passwords

    This worked in Chrome Version 59.0.3071.115

    0 讨论(0)
  • 2020-11-27 09:56
    1. Press the key combination Ctrl+Shift+Delete
    2. You will see popup in chrome

    3. Check the above options and click clear data and you are done.

    0 讨论(0)
  • 2020-11-27 09:56

    Just do

    https://newUsername:newPassword@example.com
    

    ...to override your old credentials.

    0 讨论(0)
提交回复
热议问题