RESTful WCF 服务中的 PUT 和 DELETE 导致 401 未经授权的错误

发布于 2024-11-08 04:56:53 字数 291 浏览 0 评论 0原文

我在 IIS 7.5 中有一个 RESTful Web 服务,它在我们的开发环境中运行得很好。现在我们已经部署到 QA 环境,并且仅在 PUT 和 DELETE 动词上收到 401 错误。我读过很多关于 405 错误的文章,但关于 401 错误的文章却很少。这是每当我尝试 PUT 或 DELETE 时出现的确切错误消息。

HTTP 请求未经客户端身份验证方案“匿名”的授权。从服务器收到的身份验证标头为 ''

有人有什么想法吗?

科里

I have a RESTful web service in IIS 7.5 that is working just fine in our Development environment. Now we have deployed to a QA environment and we are getting 401 errors only on the PUT and DELETE verbs. I have read a lot about 405 errors, but not much about 401 errors. Here is the exact error message whenever I attempt a PUT or a DELETE.

The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was ''

Does anyone have any ideas?

Corey

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文