How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tip 0002: httpstat.us for HTTP response codes

calendar_today October 26, 2018 person AzureDevops (noreply@blogger.com) domain azure-devops

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

open_in_new Read original post