http://www.perlmonks.org?node_id=1033542


in reply to Re: LWP posting
in thread LWP posting

changing the crawler to use WWW::Mechanize for my sites gave me this error:
Error GETing https://prodp1.usps.com/adminweb/view.htm?requestPage=P1D +ASHBOARD: Can't connect to prodp1.usps.com:443 (certificate verify failed) at ac +s_get.pl l ine 44.

I think I may need to use LWP instead. Maybe with HTML::Form?
And actually, I should mention that I use mechanize to login. Just haven't had much success navigating with it because of js stuff

Replies are listed 'Best First'.
Re^3: LWP posting
by Anonymous Monk on May 14, 2013 at 20:20 UTC
      Thanks for the insight, although.. I'm not sure what that means I need to do to mechanize for it to work.. I'll read on