in reply to Logging into a HTTPS website with perl

The easy way to find this out is to just look at the HTML of the login form:

<form id="loginForm" onsubmit="DoLogin(); return false;" name="logon" +method="POST" action="#">

The site seems to use Javascript.

Have you investigated what WWW::Mechanize has to say about Javascript?

Replies are listed 'Best First'.
Re^2: Logging into a HTTPS website with perl
by SebMorris (Novice) on May 18, 2014 at 15:06 UTC

    Ok, thanks for the reply, do you think you could give me a hand setting up a javascript version?

        Great thanks ill read into them now

        The cpan websites seem to be down atm however I will look into that as soon as possible, thanks