in reply to Re: www::mechanize $mech->get(); not working for a particular URL!
in thread www::mechanize $mech->get(); not working for a particular URL!

Thanks Corion. but I can access the site using other browsers (Chrome & Firefox).
  • Comment on Re^2: www::mechanize $mech->get(); not working for a particular URL!

Replies are listed 'Best First'.
Re^3: www::mechanize $mech->get(); not working for a particular URL!
by Corion (Patriarch) on Aug 27, 2014 at 12:01 UTC

    So, have you consulted with your network administrator what proxy servers are configured in your browsers so you can connect to the internet?

    If all else fails, consider using a tool such as Wireshark to find out how your browsers connect to the website and then replicate that method with WWW::Mechanize.

      Thanks Corion, I will check this & will update you.