基本与摘要协商认证

发布于 2024-09-12 22:58:26 字数 196 浏览 4 评论 0原文

我正在编写一个 WebDav 实现。我已经实现了基本身份验证和摘要身份验证。

我的问题是并非所有客户端都实现了摘要式身份验证。 (特别是 Dreamweaver) 虽然 Windows Web 文件夹在发送基本的 http 质询时不起作用。

是否可以进行客户端/服务器协商(Http Negotiation/SPNEGO)? 标题会是什么样子?

I'm writing a WebDav implementation. I have implemented both basic and digest authentication.

My problem is that Digest Authentication isn't implemented by all clients. (In particular Dreamweaver)
While Windows Web Folders doesn't work when sent a basic http challenge.

Is it possible to do client/server negotiation (Http Negotiation/SPNEGO)?
What would the headers look like?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

岁月打碎记忆 2024-09-19 22:58:26

Windows 上的 Web 文件夹对话框经常被破坏(不知道是哪个更新,但它影响某些 WinXp 星座以及 Vista 和 7)

net use * http://my-webdav-resource/ 命令行在我的经验中大部分工作,即使向导无法连接。但要在纯 HTTP 上使用 Basic-Auth,您需要按照上述 Vista/7 的说明更改注册表。

The web folders dialogue is often broken on Windows (do not know by which update, but it affects certain WinXp constellations and both Vista and 7)

The net use * http://my-webdav-resource/ command line does mostly work in my experience, even when the wizard won't connect. But to use Basic-Auth on plain HTTP you will need to change the registry as described above for Vista/7.

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