You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Savon pointed at a Sharepoint intranet site guarded by NTLM authentication. The ntlm experimental branch of httpi didn't actually work for me and seems to have gone stale compared to the master. I'm not sure but that branch also seems to be using the windows-only NTLM support (possibly only v1) -- this didn't work for me since my Ruby environment is Linux based.
So, first off, there is a great new NTLM kid on the block, rubyntlm which is native ruby, works on all platforms, and supports NTLM v2.
First thing first, I added support for HTTPI under net/http so that it could connect seamlessly using the rubyntlm gem: