Code | Result | Reason |
200 | OK | Using GET or POST to exchange data with an API |
201 | Created | Creating resources using a REST API call |
400 | Bad Request | Request failed due to client side issue |
401 | Unauthorised | Client not authenticated to access site or API |
403 | Forbidden | Access not granted based on credentials that were supplied |
404 | Not Found | HTTP URL location does not exist |
HTTP Status Codes
by
Tags:
Leave a Reply