All about HTTP

DCV Inspector

https://dcv-inspector.com/

Certificate | DNS | HTTP | Tool

DCV Inspector helps you inspect the DNS, HTTP, and SMTP requests made by a certificate authority during domain control validation (DCV). You can use it to detect violations of domain validation rules, such as the use of Delegated Third Parties.

DCV Inspector creates a unique subdomain for each test. All DNS queries, HTTP requests, and emails to this subdomain (including descendants of the subdomain) are recorded and presented to you for inspection.





httpstat.us

https://httpstat.us/

HTTP | Tool

This is a super simple service for generating different HTTP codes. It's useful for testing how your own scripts deal with varying responses. Just add the status code you want to the URL, like this: https://httpstat.us/200

The service allows many status codes, can add delays to the response, or return random ones. This can be useful for testing tools or code.