PUT and DELETE in RESTful WCF Service cause 401 Unauthorized error

若如初见. 提交于 2019-12-02 03:28:56

问题


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

来源:https://stackoverflow.com/questions/6062471/put-and-delete-in-restful-wcf-service-cause-401-unauthorized-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!