|
Justin Cormack wrote, on 17-09-2012 17:50:
Unfortunately NTLM authentication is not widely supported, and you do generally need it for SharePoint. I would look for something that does have support first and use that. I seem to remember you can get curl support to work so you could use a curl binding.
I seem to be able to get authorized by SharePoint using curl --ntml -u "user:pass" ... on the command line. I see that there are several Lua curl modules available, e.g.: [Lua-Curl](http://luaforge.net/projects/lua-curl/) [LuaCurl](http://luaforge.net/projects/luacurl/). Is one to be preferred over the other?