[Chicago-talk] getting past login with www::mechanize

Andy Lester andy at petdance.com
Mon Nov 10 21:35:35 PST 2008


On Nov 10, 2008, at 11:31 PM, Jay Strauss wrote:

> my $url = 'https://lmx.leads360.com/web/Login.aspx';
> $mech->get( $url );


There's JavaScript going on in the submit button.  I didn't look to  
see what it's doing, but here's your big test: Turn off JavaScript in  
your browser.  Can you log in?  If not, then you've got problems  
because Mech doesn't handle JavaScript.

--
Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance






More information about the Chicago-talk mailing list