Tip 0002: httpstat.us for HTTP response codes
Need to trigger a specific response code for some testing? Possibly need to test how your monitoring tool handles a 301 response code? There is a wonderful free service called httpstat.us which can be used to trigger HTTP response codes and payload. This is helpful in testing apps, or web monitoring tools. Simply append the response code that you want to receive with the tool you're testing, for instance, httpstat.us/500 Site: https://httpstat.us/ GitHub project: https://github.com/Readify/httpstatus