为 Opera、Safari 和 Chrome 配置 NTLM
我正在尝试制作一个现有的 Intranet 应用程序,该应用程序过去只能在 IE 7 中运行,这是一个独立于浏览器的应用程序。在firefox(我设置了network.automatic-ntlm-auth.trusted-uris)和IE(内置)中我能够配置它。问题是如何在 Safari/Opera/Chrome 中配置 NTLM。
I am trying to make an existing intranet application that used to work only in IE 7, a browser independent application. In firefox(I set network.automatic-ntlm-auth.trusted-uris) and IE(inbuilt) I was able to configure it. The question is how to configure NTLM in Safari/Opera/Chrome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Firefox 使用以下设置:
network.automatic-ntlm-auth.trusted-uris = .yourdomain.com,localhost
network.negotiate-auth.delegation-uris = .yourdomain.com
network.negotiate-auth.trusted-uris = .yourdomain.com
Firefox works with below setting:
network.automatic-ntlm-auth.trusted-uris = .yourdomain.com,localhost
network.negotiate-auth.delegation-uris = .yourdomain.com
network.negotiate-auth.trusted-uris = .yourdomain.com
在地址栏中输入最新的 Opera,输入 about:config 然后搜索 NTLM
With the latest Opera in the url bar type about:config then do a search for NTLM