Closed akshayakrsh closed 12 years ago
Code was designed for SP Online (claims based authentication). Please use a http tracer to analyse http request/response
Hi, I tried to do it...I am stuck at sending the access credentials. The way I am doing is to call the same ListData.svc file and trying to send a header parameter "Authorization" with value of format "NTLM base64(username:password)" but its not working...can you please guide?
That won't work. You need to implement NTLM in javascript (search on google for hints) or allow for another way to authenticate (e.g. Basic auth).
ok, you were right...BASIC auth works easily but NTLM is more complex. I'll try to implement it if possible.
Hi
I want to access list data from a sharepoint server. Is it available? I am not getting any data or error ins the callback method, what can I do?
Thanks