https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30614

Nick Clemens (kidclamp) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #14 from Nick Clemens (kidclamp) <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to