After some research I realized I mixed up authentication methods. The server I am trying to access uses NTLM. I'm looking for a way to work with NTLM authentication. It appears that mechanize is using basic authentication.
On May 18, 4:40 pm, leo <[email protected]> wrote: > Hi All, > I'm working on an application that needs to crawl a Windows intranet > site that does not use NTLM (basic authentication). Does anyone know > of a library like mechanize that can use Kerberos? I think Kerberos > is the only way this will work but if someone has a different method > that would be great. > thanks, > Leo > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/rubyonrails-talk?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

