Re: ntlm authentication

2008-07-21 Thread Grant Edwards
On 2008-07-21, Tim Golden <[EMAIL PROTECTED]> wrote: > Neuberger, Sheldon N. wrote: >> Is there any way to make urllib2 handle NTLM authentication? > > Frankly, I'd hate to try. Have a look at this: > > http://sourceforge.net/projects/ntlmaps/ Here's a library that can be used to handle the NTLM a

Re: ntlm authentication

2008-07-21 Thread Tim Golden
Neuberger, Sheldon N. wrote: Is there any way to make urllib2 handle NTLM authentication? Frankly, I'd hate to try. Have a look at this: http://sourceforge.net/projects/ntlmaps/ in case it helps, either by providing a solution or at least by illustrating some code. In addition, look at the s