2009/10/6 Aloysius Jegan <[email protected]>: > 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 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
