为 Opera、Safari 和 Chrome 配置 NTLM

发布于 2024-10-30 06:14:50 字数 175 浏览 1 评论 0原文

我正在尝试制作一个现有的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

落叶缤纷 2024-11-06 06:14:50

Firefox 使用以下设置:

  1. 在地址栏中输入 about:config
  2. 在搜索中输入 ntlm 并更改以下值:
    • network.automatic-ntlm-auth.trusted-uris = .yourdomain.com,localhost
  3. 在搜索中键入协商并更改以下值:
    • network.negotiate-auth.delegation-uris = .yourdomain.com
    • network.negotiate-auth.trusted-uris = .yourdomain.com

Firefox works with below setting:

  1. Type about:config in address bar
  2. Type ntlm in search and change below value:
    • network.automatic-ntlm-auth.trusted-uris = .yourdomain.com,localhost
  3. Type negotiate in search and change below values:
    • network.negotiate-auth.delegation-uris = .yourdomain.com
    • network.negotiate-auth.trusted-uris = .yourdomain.com
骷髅 2024-11-06 06:14:50

在地址栏中输入最新的 Opera,输入 about:config 然后搜索 NTLM

With the latest Opera in the url bar type about:config then do a search for NTLM

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文