in reply to Re^2: Help logging into a website with LWP::UserAgent
in thread Help logging into a website with LWP::UserAgent

Maybe now is a good time to learn how HTTP works?

In short, all this "form input" does not exist over the network. WWW::Mechanize (for example) hides the transformations from you, which is why it is usually recommended to be used when simulating a browser.

Also, when http://search.cpan.org is down, there also is https://metacpan.org/, and also CPAN (modulename).

  • Comment on Re^3: Help logging into a website with LWP::UserAgent

Replies are listed 'Best First'.
Re^4: Help logging into a website with LWP::UserAgent
by SebMorris (Novice) on May 18, 2014 at 18:12 UTC

    Will HTTP still work if it is a HTTPS webstie?

      Maybe HTTPS provides the information you need?