I have a tricky situation here with auth/redirection/cookies and I
think I am messing something up with the handler.
I am trying to open a site http://foo.example.com which redirects
(status 302) to https://bar.example.com/ where the dashes
represent lots of subdirectories and paramete
If you're just writing Python code then it will run unmodified on his
Windows machine.
Are you planning on using other languages too?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Levi Campbell
Sent: Friday, July 18, 2008 4:27 PM
To: python-list@python.
Is there any way to make urllib2 handle NTLM authentication?
Sheldon Neuberger
--
http://mail.python.org/mailman/listinfo/python-list
> Could I write my own if one does not exist?
Take a look at the getpass.py module. It's very short. The windows
version of the getpass function can be trivially modified to echo
something. The unix version is just as short but a bit more
complicated.
def win_getpass(prompt='Password: ', stream=N