in reply to
Link validation problem
It seems that the problem with that link is that it redirects you. You could disable redirects (or set max redirects to 0). See
max_redirect
and
requests_redirectable
in
LWP::UserAgent
and section 3.4.4
here
.
Comment on
Re: Link validation problem
Select
or
Download
Code
In Section
Seekers of Perl Wisdom