A C# command-line utility for testing website health, redirects, HTML validation, and common SEO issues.
If you are just interested in using the program, you can download the latest release for your OS from the Releases page.
git clone https://github.com/jamesjohnmcguire/HttpTool
Refer to DevelopmentTools Build Scripts for specific build examples.
This is a command line program to be run from the command line or terminal.
HttpTool performs a collection of automated website diagnostics, including redirect validation, missing image detection, HTML validation, and empty page detection.
HttpTool <command> <url>
HttpTool standard https://example.com
HttpTool testall https://example.com
HttpTool validate https://example.com
If you have found a bug or have a suggestion that would make this better, please fork this repository and create a pull request. You can also simply open an issue with the tag "bug" or "enhancement".
- Fork the Project
- Create your Bug / Feature Branch (
git checkout -b feature/amazing-feature) - Commit your Changes (
git commit -m 'Add some amazing feature') - Push to the Branch (
git push origin feature/amazing-feature) - Open a Pull Request
Please match the current coding style. Most notably:
- One operation per line
- Use complete English words in variable and method names
- Attempt to declare variable and method names in a self-documenting manner
- Add unit tests
Distributed under the MIT License. See LICENSE for more information.
James John McGuire - jamesjohnmcguire@gmail.com LinkedIn - GitHub
Project Link: HttpTool
