WebClient DefaultCredentials 和 NetworkCredentials 之间有什么区别?

发布于 2024-12-09 12:51:33 字数 278 浏览 0 评论 0原文

由于某种原因,我以前使用 DefaultCredentials 工作的 WebClient 应用程序现在给我一个 401 Unauthorized。使用具有完全相同的 ID 和 PW 的 NetworkCredentials 可以正常工作。

网络服务器上肯定发生了一些变化,但我无法控制它。我只是觉得很奇怪,DefaultCredentialsNetworkCredentials 之间存在差异。

可能有什么区别以及如何调试?

For some reason my WebClient app that used to work using DefaultCredentials now gives me a 401 Unauthorized. Using NetworkCredentials with the exact same ID and PW works.

Something must have changed on the web server, but I have no control of that. I just find it strange that there is a difference between DefaultCredentials and NetworkCredentials.

What could possibly be the difference and how to debug?

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

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

发布评论

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

评论(1

江心雾 2024-12-16 12:51:33

您阅读了 msdn 文章 和这篇文章吗?

他们说 DefaultCredentials 代表本地用户的凭据。但我无法回答你为什么它在过去有效。用户名和密码和以前一样吗?

或者您的意思是另一个属性 WebClient.Credentials ?

Did you read the msdn article and this?

They say DefaultCredentials represents the credentials of the local user. But I cannot answer you why it was working in the past. Username and password is the same like in the past?

Or do you mean another property as WebClient.Credentials ?

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