Common HTTP Status Codes for RESTful Services

  • Post published:May 9, 2020

This article will cover common Success, Client Error and Server Error status codes used for RESTful services. The below tables provide the different types of HTTP status codes with a…

HTTP Methods for RESTful Services

  • Post published:May 9, 2020

The most common HTTP verbs (or HTTP methods) used with RESTful services are GET, POST, PUT, PATCH and DELETE. The below table summarizes their usage with RESTful services: MethodUsageSuccess ResponseFailed…