Bug 15387 - check-url.pl script to support cookies
Summary: check-url.pl script to support cookies
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-16 20:53 UTC by Tom Misilo
Modified: 2022-02-25 12:09 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Misilo 2015-12-16 20:53:23 UTC
Add https://www.google.com to a record.

Run cronjobs/checkurl.pl, verify google returns not 200.

For example when I ran it, I got the following result.

https://www.google.com  500 Can't connect to www.google.com:443


The script needs to  be able to use cookies, a possible library to use: http://search.cpan.org/~gaas/HTTP-Cookies-6.01/lib/HTTP/Cookies.pm

Many sites require the use of cookies or they do not report back correct statuses.