in reply to Re: www::mechanize behind proxy and https not working
in thread www::mechanize behind proxy and https not working

the dashboard page is the second attempt, by trying to send crdentials to a login protected page. Otherwise I used https
  • Comment on Re^2: www::mechanize behind proxy and https not working

Replies are listed 'Best First'.
Re^3: www::mechanize behind proxy and https not working
by Anonymous Monk on Sep 15, 2010 at 06:24 UTC
    Wait, how does it fail?
      It returns Error GETing https://www.example.com: Bad Request at scrape.pl line 18
      It returns Error GETing https://www.example.com:Bad Request at scrape.pl line 18
        What does it return when you add the following?
        $mechanize->add_handler("request_send", sub { shift->dump; return }); $mechanize->add_handler("response_done", sub { shift->dump; return });