HTTP Status Codes for your REST API

A work in progress When building your RESTful API, one of the easiest ways to know if the process completed as expected or not is the HTTP status codes returned by the server. That’s why I always use the HTTP status codes for testing, before getting into more elaborate testing of the server response. UnderneathContinue reading “HTTP Status Codes for your REST API”