[IronPython] NTLM authentication

Seo Sanghyeon sanxiyn at gmail.com
Wed Oct 7 00:42:03 CEST 2009


2009/10/6 Aloysius Jegan <Aloysius.Jegan at lntemsys.com>:
> If any one know how to do NTLM authentication from IronPython, please send
> me the procedure or share the code if you have it.

In IronPython you have a choice of doing it like Python or like .NET.
For Python,
this library provides NTLM authentication for urllib2.

http://code.google.com/p/python-ntlm/

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list