http://servererrorcodes.com/400/ seems like a good cheat sheet on the status codes of webland. It tells us:
100 | is | Continue Server Code |
101 | is | Switching Protocols |
200 | is | OK Server Code |
201 | is | Created |
206 | is | Partial Content |
301 | is | Moved Permanently |
302 | is | Found Server Code |
304 | is | Not Modified |
307 | is | Temporary Redirect |
400 | is | Bad Request |
401 | is | Unauthorized |
403 | is | Forbidden |
404 | is | Not Found |
500 | is | Internal Server Error |
501 | is | Not Implemented |
502 | is | Bad Gateway |
503 | is | Service Unavailable |
504 | is | Gateway Timeout |
505 | is | HTTP Version Not Supported |
Addendum 10/19/2014: I realize this list is incomplete. For example 204 is "No Content" and 410 is "Gone" per this.
No comments:
Post a Comment