How to clear basic authentication details in chrome

后端 未结 21 1570
暗喜
暗喜 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:48

    You can open an incognito window Ctrl+Shift+n each time you are doing a test. The incognito window will not remember the username and password the last time you entered.

    To use this trick, make sure to close all incognito windows. All incognito windows share the same cache. In other words, you cannot open multiple independent incognito windows. If you login in one of them and open another one, those two are related and you will see that the new window remembers the authentication information from the first window.

提交回复
热议问题