ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0.2 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| URL | https://devhints.io/http-status | ||||||||||||||||||
| Last Crawled | 2026-04-16 00:25:32 (7 days ago) | ||||||||||||||||||
| First Indexed | 2019-07-11 06:03:50 (6 years ago) | ||||||||||||||||||
| HTTP Status Code | 200 | ||||||||||||||||||
| Content | |||||||||||||||||||
| Meta Title | HTTP Status cheatsheet | ||||||||||||||||||
| Meta Description | The one-page guide to HTTP Status: usage, examples, links, snippets, and more. | ||||||||||||||||||
| Meta Canonical | null | ||||||||||||||||||
| Boilerpipe Text | Informational Responses
Code
Name
?
100
Continue
?
101
Switching Protocols
?
Success Responses
Code
Name
?
200
OK
?
201
Created
?
202
Accepted
?
203
Non-Authoritive Information
?
204
No Content
?
205
Reset Content
?
206
Partial Content
?
226
IM Used
?
Redirection Responses
Code
Name
?
300
Multiple Choices
?
301
Moved Permanently
?
302
Found
?
303
See Other
?
304
Not Modified
?
305
Use Proxy
?
306
Switch Proxy
?
307
Temporary Redirect
?
308
Permanent Redirect
?
Client Error Responses
Code
Name
?
400
Bad Request
?
401
Unauthorized
?
402
Payment Required
?
403
Forbidden
?
404
Not Found
?
405
Method Not Allowed
?
406
Not Acceptable
?
407
Proxy Authentication Required
?
408
Request Timeout
?
409
Conflict
?
410
Gone
?
411
Length Required
?
412
Precondition Failed
?
413
Payload Too Large
?
414
URI Too Long
?
415
Unsupported Media Type
?
416
Range Not Satisfiable
?
417
Expectation Failed
?
418
I’m a teapot
?
421
Misdirected Request
?
426
Upgrade Required
?
428
Precondition Required
?
429
Too Many Requests
?
431
Request Header Fields Too Large
?
451
Unavailable For Legal Reasons
?
Server Error Responses
Code
Name
?
500
Internal Server Error
?
501
Not Implemented
?
502
Bad Gateway
?
503
Service Unavailable
?
504
Gateway Timeout
?
505
HTTP Version Not Supported
?
506
Variant Also Negotiates
?
510
Not Extended
?
511
Network Authentication Required
? | ||||||||||||||||||
| Markdown | [Devhints.io](https://devhints.io/)
- [Edit](https://github.com/rstacruz/cheatsheets/blob/master/http-status.md)
# HTTP Status cheatsheet
### Informational Responses
| Code | Name | ? |
|---|---|---|
| `100` | Continue | [?](https://httpstatuses.com/100) |
| `101` | Switching Protocols | [?](https://httpstatuses.com/101) |
### Success Responses
| Code | Name | ? |
|---|---|---|
| `200` | OK | [?](https://httpstatuses.com/200) |
| `201` | Created | [?](https://httpstatuses.com/201) |
| `202` | Accepted | [?](https://httpstatuses.com/202) |
| `203` | Non-Authoritive Information | [?](https://httpstatuses.com/203) |
| `204` | No Content | [?](https://httpstatuses.com/204) |
| `205` | Reset Content | [?](https://httpstatuses.com/205) |
| `206` | Partial Content | [?](https://httpstatuses.com/206) |
| `226` | IM Used | [?](https://httpstatuses.com/226) |
### Redirection Responses
| Code | Name | ? |
|---|---|---|
| `300` | Multiple Choices | [?](https://httpstatuses.com/300) |
| `301` | Moved Permanently | [?](https://httpstatuses.com/301) |
| `302` | Found | [?](https://httpstatuses.com/302) |
| `303` | See Other | [?](https://httpstatuses.com/303) |
| `304` | Not Modified | [?](https://httpstatuses.com/304) |
| `305` | Use Proxy | [?](https://httpstatuses.com/305) |
| `306` | *Switch Proxy* | [?](https://httpstatusdogs.com/306-switch-proxy) |
| `307` | Temporary Redirect | [?](https://httpstatuses.com/307) |
| `308` | Permanent Redirect | [?](https://httpstatuses.com/308) |
### Client Error Responses
| Code | Name | ? |
|---|---|---|
| `400` | Bad Request | [?](https://httpstatuses.com/400) |
| `401` | Unauthorized | [?](https://httpstatuses.com/401) |
| `402` | Payment Required | [?](https://httpstatuses.com/402) |
| `403` | Forbidden | [?](https://httpstatuses.com/403) |
| `404` | Not Found | [?](https://httpstatuses.com/404) |
| `405` | Method Not Allowed | [?](https://httpstatuses.com/405) |
| `406` | Not Acceptable | [?](https://httpstatuses.com/406) |
| `407` | Proxy Authentication Required | [?](https://httpstatuses.com/407) |
| `408` | Request Timeout | [?](https://httpstatuses.com/408) |
| `409` | Conflict | [?](https://httpstatuses.com/409) |
| `410` | Gone | [?](https://httpstatuses.com/410) |
| `411` | Length Required | [?](https://httpstatuses.com/411) |
| `412` | Precondition Failed | [?](https://httpstatuses.com/412) |
| `413` | Payload Too Large | [?](https://httpstatuses.com/413) |
| `414` | URI Too Long | [?](https://httpstatuses.com/414) |
| `415` | Unsupported Media Type | [?](https://httpstatuses.com/415) |
| `416` | Range Not Satisfiable | [?](https://httpstatuses.com/416) |
| `417` | Expectation Failed | [?](https://httpstatuses.com/417) |
| `418` | I’m a teapot | [?](https://httpstatuses.com/418) |
| `421` | Misdirected Request | [?](https://httpstatuses.com/421) |
| `426` | Upgrade Required | [?](https://httpstatuses.com/426) |
| `428` | Precondition Required | [?](https://httpstatuses.com/428) |
| `429` | Too Many Requests | [?](https://httpstatuses.com/429) |
| `431` | Request Header Fields Too Large | [?](https://httpstatuses.com/431) |
| `451` | Unavailable For Legal Reasons | [?](https://httpstatuses.com/451) |
### Server Error Responses
| Code | Name | ? |
|---|---|---|
| `500` | Internal Server Error | [?](https://httpstatuses.com/500) |
| `501` | Not Implemented | [?](https://httpstatuses.com/501) |
| `502` | Bad Gateway | [?](https://httpstatuses.com/502) |
| `503` | Service Unavailable | [?](https://httpstatuses.com/503) |
| `504` | Gateway Timeout | [?](https://httpstatuses.com/504) |
| `505` | HTTP Version Not Supported | [?](https://httpstatuses.com/505) |
| `506` | Variant Also Negotiates | [?](https://httpstatuses.com/506) |
| `510` | Not Extended | [?](https://httpstatuses.com/510) |
| `511` | Network Authentication Required | [?](https://httpstatuses.com/511) |
## WebDAV Status Codes[\#](https://devhints.io/http-status#webdav-status-codes)
WebDAV is an extension of HTTP that allows clients to perform remote Web content authoring operations. It provides a framework for users to create, change and move documents on a server. It adds the following status codes on top of HTTP.
[Read more.](https://en.wikipedia.org/wiki/WebDAV)
| Code | Name | ? |
|---|---|---|
| `102` | Processing | [?](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#102) |
| `207` | Multi-Status | [?](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#207) |
| `208` | Already Reported | [?](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#208) |
| `422` | Unprocessable Entity | [?](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#422) |
| `423` | Locked | [?](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#423) |
| `424` | Failed Dependency | [?](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#424) |
| `507` | Insufficient Storage | [?](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#507) |
| `508` | Loop Detected | [?](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#508) |
## Also see[\#](https://devhints.io/http-status#also-see)
- <https://en.wikipedia.org/wiki/List_of_HTTP_status_codes>
- <https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html>
- <https://httpstatuses.com/>
**0 Comments** for this cheatsheet. Write yours\!
[Over 357 curated cheatsheets, by developers for developers. Devhints home](https://devhints.io/)
### Other API cheatsheets
- [**GraphQL** cheatsheet](https://devhints.io/graphql)
- [**RESTful API** cheatsheet](https://devhints.io/rest-api)
### Top cheatsheets
- [**Elixir** cheatsheet](https://devhints.io/elixir)
- [**ES2015+** cheatsheet](https://devhints.io/es6)
- [**React.js** cheatsheet](https://devhints.io/react)
- [**Vim** cheatsheet](https://devhints.io/vim)
- [**Vimdiff** cheatsheet](https://devhints.io/vim-diff)
- [**Vim scripting** cheatsheet](https://devhints.io/vimscript) | ||||||||||||||||||
| Readable Markdown | ### Informational Responses
| Code | Name | ? |
|---|---|---|
| `100` | Continue | [?](https://httpstatuses.com/100) |
| `101` | Switching Protocols | [?](https://httpstatuses.com/101) |
### Success Responses
| Code | Name | ? |
|---|---|---|
| `200` | OK | [?](https://httpstatuses.com/200) |
| `201` | Created | [?](https://httpstatuses.com/201) |
| `202` | Accepted | [?](https://httpstatuses.com/202) |
| `203` | Non-Authoritive Information | [?](https://httpstatuses.com/203) |
| `204` | No Content | [?](https://httpstatuses.com/204) |
| `205` | Reset Content | [?](https://httpstatuses.com/205) |
| `206` | Partial Content | [?](https://httpstatuses.com/206) |
| `226` | IM Used | [?](https://httpstatuses.com/226) |
### Redirection Responses
| Code | Name | ? |
|---|---|---|
| `300` | Multiple Choices | [?](https://httpstatuses.com/300) |
| `301` | Moved Permanently | [?](https://httpstatuses.com/301) |
| `302` | Found | [?](https://httpstatuses.com/302) |
| `303` | See Other | [?](https://httpstatuses.com/303) |
| `304` | Not Modified | [?](https://httpstatuses.com/304) |
| `305` | Use Proxy | [?](https://httpstatuses.com/305) |
| `306` | *Switch Proxy* | [?](https://httpstatusdogs.com/306-switch-proxy) |
| `307` | Temporary Redirect | [?](https://httpstatuses.com/307) |
| `308` | Permanent Redirect | [?](https://httpstatuses.com/308) |
### Client Error Responses
| Code | Name | ? |
|---|---|---|
| `400` | Bad Request | [?](https://httpstatuses.com/400) |
| `401` | Unauthorized | [?](https://httpstatuses.com/401) |
| `402` | Payment Required | [?](https://httpstatuses.com/402) |
| `403` | Forbidden | [?](https://httpstatuses.com/403) |
| `404` | Not Found | [?](https://httpstatuses.com/404) |
| `405` | Method Not Allowed | [?](https://httpstatuses.com/405) |
| `406` | Not Acceptable | [?](https://httpstatuses.com/406) |
| `407` | Proxy Authentication Required | [?](https://httpstatuses.com/407) |
| `408` | Request Timeout | [?](https://httpstatuses.com/408) |
| `409` | Conflict | [?](https://httpstatuses.com/409) |
| `410` | Gone | [?](https://httpstatuses.com/410) |
| `411` | Length Required | [?](https://httpstatuses.com/411) |
| `412` | Precondition Failed | [?](https://httpstatuses.com/412) |
| `413` | Payload Too Large | [?](https://httpstatuses.com/413) |
| `414` | URI Too Long | [?](https://httpstatuses.com/414) |
| `415` | Unsupported Media Type | [?](https://httpstatuses.com/415) |
| `416` | Range Not Satisfiable | [?](https://httpstatuses.com/416) |
| `417` | Expectation Failed | [?](https://httpstatuses.com/417) |
| `418` | I’m a teapot | [?](https://httpstatuses.com/418) |
| `421` | Misdirected Request | [?](https://httpstatuses.com/421) |
| `426` | Upgrade Required | [?](https://httpstatuses.com/426) |
| `428` | Precondition Required | [?](https://httpstatuses.com/428) |
| `429` | Too Many Requests | [?](https://httpstatuses.com/429) |
| `431` | Request Header Fields Too Large | [?](https://httpstatuses.com/431) |
| `451` | Unavailable For Legal Reasons | [?](https://httpstatuses.com/451) |
### Server Error Responses
| Code | Name | ? |
|---|---|---|
| `500` | Internal Server Error | [?](https://httpstatuses.com/500) |
| `501` | Not Implemented | [?](https://httpstatuses.com/501) |
| `502` | Bad Gateway | [?](https://httpstatuses.com/502) |
| `503` | Service Unavailable | [?](https://httpstatuses.com/503) |
| `504` | Gateway Timeout | [?](https://httpstatuses.com/504) |
| `505` | HTTP Version Not Supported | [?](https://httpstatuses.com/505) |
| `506` | Variant Also Negotiates | [?](https://httpstatuses.com/506) |
| `510` | Not Extended | [?](https://httpstatuses.com/510) |
| `511` | Network Authentication Required | [?](https://httpstatuses.com/511) | | ||||||||||||||||||
| ML Classification | |||||||||||||||||||
| ML Categories |
Raw JSON{
"/Internet_and_Telecom": 788,
"/Internet_and_Telecom/Web_Services": 763,
"/Internet_and_Telecom/Web_Services/Web_Design_and_Development": 690,
"/Computers_and_Electronics": 208,
"/Computers_and_Electronics/Software": 135,
"/Computers_and_Electronics/Software/Internet_Software": 105
} | ||||||||||||||||||
| ML Page Types |
Raw JSON{
"/Article": 566,
"/Article/Tutorial_or_Guide": 427
} | ||||||||||||||||||
| ML Intent Types |
Raw JSON{
"Informational": 999
} | ||||||||||||||||||
| Content Metadata | |||||||||||||||||||
| Language | en | ||||||||||||||||||
| Author | null | ||||||||||||||||||
| Publish Time | not set | ||||||||||||||||||
| Original Publish Time | 2019-07-11 06:03:50 (6 years ago) | ||||||||||||||||||
| Republished | No | ||||||||||||||||||
| Word Count (Total) | 383 | ||||||||||||||||||
| Word Count (Content) | 248 | ||||||||||||||||||
| Links | |||||||||||||||||||
| External Links | 61 | ||||||||||||||||||
| Internal Links | 10 | ||||||||||||||||||
| Technical SEO | |||||||||||||||||||
| Meta Nofollow | No | ||||||||||||||||||
| Meta Noarchive | No | ||||||||||||||||||
| JS Rendered | Yes | ||||||||||||||||||
| Redirect Target | null | ||||||||||||||||||
| Performance | |||||||||||||||||||
| Download Time (ms) | 26 | ||||||||||||||||||
| TTFB (ms) | 25 | ||||||||||||||||||
| Download Size (bytes) | 21,957 | ||||||||||||||||||
| Shard | 78 (laksa) | ||||||||||||||||||
| Root Hash | 2703178361477363678 | ||||||||||||||||||
| Unparsed URL | io,devhints!/http-status s443 | ||||||||||||||||||