Friday, September 20, 2013

status codes cheat sheet!

http://servererrorcodes.com/400/ seems like a good cheat sheet on the status codes of webland. It tells us:

100isContinue Server Code
101isSwitching Protocols
200isOK Server Code
201isCreated
206isPartial Content
301isMoved Permanently
302isFound Server Code
304isNot Modified
307isTemporary Redirect
400isBad Request
401isUnauthorized
403isForbidden
404isNot Found
500isInternal Server Error
501isNot Implemented
502isBad Gateway
503isService Unavailable
504isGateway Timeout
505isHTTP 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