-
Notifications
You must be signed in to change notification settings - Fork 0
HTTP response codes
Nicholas Teal edited this page Apr 3, 2018
·
1 revision
- Numeric code sent back with response regarding the server's status based on request
- Response code is informational
- Response code means a successful request, most often shows that it is 'ok', or that the content was created
- Response code means the request was redirected
- Response code means there was a client error with request, often due to a bad request, or a forbidden or unauthorized request
- Response code means there was a server error, often an internal server error