On Nov 16, 4:39 pm, [EMAIL PROTECTED] (Tom Phoenix) wrote:
> On 11/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > I get an html page with a 400 error code (Bad Request)
> > When asking for this page directly from a browser (Firefox or IE) it
> > works fine...
>
> This happens often enough that it is covered in the FAQ for WWW::Mechanize:
>
>    http://search.cpan.org/~petdance/WWW-Mechanize-1.32/lib/WWW/Mechanize...
>
> Hope this helps!
>
> --Tom Phoenix
> Stonehenge Perl Training

Thanks guys for tries and good link... but I still cannot figure it
out...  I tried to debug with use LWP::Debug qw(+) , and even tried to
extract the frame as a link with   my @frame_links = $mech-
>find_link( tag => "frame" )  as suggested in the Mechanize FAQ... but
they don't work... the result is always the same: 400 Bad request...
I'm a bit frustrated 'cause I often write code to data retrieval and
this is the first time such an error occurs... The  400 error code is
about malformed URL's syntax or request header... Any other idea?


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to