remiheens/http-status-checker

CLI tool to check HTTP Status for an URL or a set of URL

1.0.1 2016-04-28 14:02 UTC

This package is not auto-updated.

Last update: 2024-05-25 17:11:59 UTC


README

Latest Version on Packagist Software License Quality Score Total Downloads

This repository provide a CLI tool to check HTTP status for a set of URL. You can test if the redirection provides you a specific code, if the location is in a right scheme, etc.

Install

Via Composer

composer global require remiheens/http-status-checker

Usage

Test a redirection

http-status-checker test http://github.com 302 https

Test a HTTP Code

http-status-checker test https://github.com/404 404

Test a set of URL

http-status-checker scan sample.list

Be sure, to have separate fields with tabulation.

It outputs a line per link found.

When check is finished a summary will be shown.

Security

If you discover any security related issues, please email github@remiheens.fr instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.