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

后端 未结 10 2252
滥情空心
滥情空心 2020-12-01 00:21

I know there\'s a lot of questions on SO similar to this, but I couldn\'t find one for this particular issue.

A couple of points, first:

  • I have n
10条回答
  •  一个人的身影
    2020-12-01 00:25

    I had exactly the same issue last week - WCF program behaves strangely on one server - why?

    For me the solution was rather simple. Sharepoint has its own set of permissions. My client tried to log on as a user that wasn't explicitly given access to the webservice through Sharepoint's administration panel.

    I added the user to Sharepoint's whitelist and bang - it just worked.

    Even if that isn't the issue, please note that

    The HTTP request is unauthorized with client authentication scheme ‘Ntlm’. The authentication header received from the server was ‘NTLM’.

    Means (in English) that you simply don't have permission. Your protocol is probably right - your user just doesn't have permissions.

提交回复
热议问题