in reply to Problem with WWW::Mechanize and PFX certificate
Then you can investigatemy $mech = WWW::Mechanize->new( autocheck => 1 ); $mech->add_handler("request_send", sub { shift->dump; return }); $mech->add_handler("response_done", sub { shift->dump; return });
|
|---|