in reply to Re^3: WWW::Mechanize: 416-Requested Range Not Satisfiable
in thread WWW::Mechanize: 416-Requested Range Not Satisfiable

Hi,

it's a regular GET like this:
my $mech = WWW::Mechanize->new(); $mech->get('http://www.warez-bb.org/login.php');

The site wroks fine in a browser, and it used to work with WWW::Mechanize, but now i get that error.

Replies are listed 'Best First'.
Re^5: WWW::Mechanize: 416-Requested Range Not Satisfiable
by ikegami (Patriarch) on Jun 14, 2010 at 05:10 UTC
    I can replicate. It appears to be a misused error code. There's no telling what the server is trying to communicate. It could be an attempt at rejecting robots. It could be a bug in the server.