jjlee / mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
http://wwwsearch.sourceforge.net/mechanize/
618 stars 121 forks source link

#88 Fix AttributeError with NTLM authentication. #89

Open caseydunham opened 11 years ago

caseydunham commented 11 years ago

The below has fixed a couple of NTLM authentication issues that I have been having. I don't control the NTLM servers so I am not completely sure that they are returning proper data, but the included patch originally mentioned by cube in this SO article, http://stackoverflow.com/questions/13649964/python-mechanize-with-ntlm-getting-attributeerror-httpresponse-instance-has-no, has fixed the issue for me.

jamesbroadhead commented 7 years ago

Thank you for your contribution to mechanize!

Following the process in #117, future work on mechanize will be occurring here: https://github.com/python-mechanize/mechanize.

Please re-file your PR there (where it will get attention, and hopefully merged)