How to clear basic authentication details in chrome

后端 未结 21 1521
暗喜
暗喜 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 10:06

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

    http://me@example.com

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

提交回复
热议问题