Influencing whether browsers prompt to save credentials

后端 未结 2 655
孤城傲影
孤城傲影 2021-02-15 11:39

For most web pages that have a username and password dialog, browsers will prompt the user if they want to save the credentials for that form:

2条回答
  •  梦毁少年i
    2021-02-15 12:41

    My guess is that since the page is in HTTPS mode IE is not allowing autocomplete to execute because the page has indicated that HTTP caching should not be allowed.

    Or the form is being submitted with Javascript.

    See this article for more details. http://blogs.msdn.com/b/ieinternals/archive/2009/09/11/troubleshooting-stored-login-problems-in-ie.aspx

提交回复
热议问题