in reply to LWP::UserAgent Authentication

I had a devil of a time getting NTLM working for me. This was about two years ago now. Once I had things up and running, I posted Re^2: More NTLM to document my travails. Maybe it can help you.

And welcome to PerlMonks!

Replies are listed 'Best First'.
Re^2: LWP::UserAgent Authentication
by palladinob (Novice) on Mar 30, 2007 at 20:38 UTC
    Thank you all for the suggestions/help/directions... I think the bug report as mentioned by crashtest fixed my problem - well, on my Linux box anyway. Windows NT still doesn't work but at least I have a clue as to what to look for. (Yes, I added the patch but I think it may have to do with some of the other ActiveState modules I have loaded. That's for another day.) I replaced my code with the snippet in Re^2: MORE NTLM (node_id=443032) and, along with the bug fix, it works great! Thanks again everyone for trying and being patient with me as a new poster to the Monks.
      All, LWP::Authen::Ntlm relies on Authen::NTLM (by Mark Bush). Until recently, this module had a bug. I have taken over maintenaince of Authen::NTLM, and the latest release on CPAN fixes the problem.