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


in reply to Re^2: Slow WWW::Mechanize->get
in thread Slow WWW::Mechanize->get

From the docs:

$mech->agent_alias('Windows Mozilla') is probably sufficient. You can use $mech->known_agent_aliases() to get a list of the agent aliases built into WWW::Mechanize.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Replies are listed 'Best First'.
Re^4: Slow WWW::Mechanize->get
by AnK_ (Initiate) on Jan 26, 2013 at 02:26 UTC
    Oh, this i tried... And more complex variations too, like: verify_hostname => 0,noproxy => 0,cookie_jar=>{'ASP.NET_SessionId'=>'ihbh5neysr4cxybrgsskbm45'},agent=>"Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0" and other possible parameters.