Re: ntlm authentication

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim Golden

    Re: ntlm authentication

    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:

    Download NTLM Authorization Proxy Server for free. Opens up IIS Proxy Servers using NTLM to non-Microsoft browsers, etc


    in case it helps, either by providing a solution or
    at least by illustrating some code.

    In addition, look at the sspi package in the latest
    pywin32 releases. There some sample code in
    the demos area there, too. Haven't used it myself
    (and I know it's messy) but I'm sure someone must
    have.

    TJG
  • Grant Edwards

    #2
    Re: ntlm authentication

    On 2008-07-21, Tim Golden <mail@timgolden .me.ukwrote:
    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
    authentication stuff:



    There's no reason you couldn't translate it into Python (or
    just call it).

    --
    Grant Edwards grante Yow! I wonder if I could
    at ever get started in the
    visi.com credit world?

    Comment

    Working...