https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30614 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #14 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- I think we use AnyEvent because it is non-blocking, and we can send a bunch of requests at once. It does seem to handle redirects: https://metacpan.org/pod/AnyEvent::HTTP I added a where and verbose option to make it easier to test. Running like this perl misc/cronjobs/check-url-quick.pl -v -v --where="biblionumber>435" > test.txt I found that the full responses contain 'cf-mitigated' => 'challenge' so I think the remaining issue is that we are being blocked as a bot by CloudFlare, I don't know how to work around that -- You are receiving this mail because: You are watching all bug changes.