Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.27 KB

File metadata and controls

23 lines (16 loc) · 1.27 KB

HTTP Validator

CI Badge Codacy Badge Codacy Badge

Main features

  • Executes HTTP requests periodically and performs some basic checks on the response data ("validation tasks").
  • Reads task information from a separate XML file.
  • Sends email notifications about invalid results (using Mailgun's service).

For more details check the following site:

Next steps

  • Making Validation Tasks more flexible
    • Ignore whitespace differences outside of values in content types like JSON
    • Check response headers & other (non-text based) content types
    • Notification settings specific to each task