WEB
HTTP Status Codes

HTTP Status Codes

Did you ever asked what all those error codes in the web means? 404 everyone know as the page you were looing for wasn’t found but what about 301? 200? 500? and so many more?

1XX – Information

NumberDescription
100Continue
101Switching Protocols
102Processing
103Early Hints

2XX – Success

NumberDescription
200OK
201Created
202Accepted
203Non-Authoritative Information
205Reset Content
206Partial Content
207Multi-Status (WebDAV)
208Already Reported (WebDAV)
226IM Used (HTTP Delta Encoding)

3XX – Redirection

NumberDescription
300Multiple Choices
301Moved Permanently
302Found
303See Other
304Not Modified
305Use Proxy
306Unused
307Temporary Redirect
308Permanent Redirect

4XX – Client Error

NumberDescription
400Bad request
401Unauthorized
402Payment required
403Forbidden
404Not found
405Method not allowed
406Not acceptable
407Proxy authentication required
408Request timout
409Conflict
410Gone
411Lenght required
412Precondition failed
413Payload too large
414URI too large
415Unsupported media type
416Range not satisfiable
417Exception failed
418I’m a teapot
421Misdirected request
422Unprocessable entity (WebDAV)
423Locked (WebDAV)
424Failed Dependency (WebDAV)
425Too early
426Upgrade required
428Precondition required
429Too many requests
431Request header fields too large
451Unavailable for leagal reasons
499Client closed request

5XX – Server Error Responses

NumberDescription
500Internal Server Error
501Not implemented
502Bad Gateway
503Service Unavailable
504Gateway Timeout
505HTTP version not supported
507Insufficient Storage (WebDAV)
508Loop detected (WebDAV)
510Not extended
511Network authentication required

0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments