Check the HTTP status code for an URL or a set of URL
, (*1)
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., (*2)
Install
Via Composer, (*3)
``` bash
composer global require remiheens/http-status-checker, (*4)
## Usage
Test a redirection
```bash
http-status-checker test http://github.com 302 https
Test a HTTP Code, (*5)
http-status-checker test https://github.com/404 404
Test a set of URL, (*6)
http-status-checker scan sample.list
Be sure, to have separate fields with tabulation., (*7)
It outputs a line per link found., (*8)
When check is finished a summary will be shown., (*9)
Security
If you discover any security related issues, please email github@remiheens.fr instead of using the issue tracker., (*10)
License
The MIT License (MIT). Please see License File for more information., (*11)