list.asmx is giving authorized error in sharepoint using js
When i logged in with Administrator, I am able to access my list data with list.asmx web service. But when i logged in with other开发者_如何学Go user who is not primary administrator of the site, i got 401 unauthorised error. Please provide some solution with other user.
Thanks, Hiral
The user that you tried to login is not authorized to view the list. To do this, you need to login back as an administrator and go the members list add the specific user. And that should do it. :)
精彩评论