Connecting to Sharepoint using HttpClient
Posted
by
Aravindan R
on Stack Overflow
See other posts from Stack Overflow
or by Aravindan R
Published on 2010-12-21T18:50:25Z
Indexed on
2010/12/21
18:54 UTC
Read the original article
Hit count: 195
I am trying to connect to a Sharepoint 2007 using HttpClient 4. The Authentication scheme is NTLM and i wrote an implementation based on this (http://hc.apache.org/httpcomponents-client-ga/ntlm.html).
When i try to connect supplying NTCredentials (username,password,host & domain), i get a 500 error saying "The requested function is not supported".
I am trying to understand this error. Does anyone know what this error is? and Why is this occuring?
Thanks
© Stack Overflow or respective owner