in reply to LWP::UserAgent and NT Challenge Response authentication

My questions is.. how would I go about authenticating with MS Challenge/Response authentication using LWP?

I took some notes the last time this question went by, and bookmarked NTLM Authentication Scheme for HTTP, which explains the protocol. It doesn't provide a Perl solution, but it gives you all of the info you'll need to implement one.

  • Comment on Re: LWP::UserAgent and NT Challenge Response authentication