Is JavaScript disabled on your browser?
We're working on a way to make Superbooks work without JavaScript. You'll need javascript on your browser until we're ready.
♿
JavaScript is disabled.
Try reading Http Status Codes in plain HTML instead?
Superbooks require JavaScript to render and transition between pages.
Need to know how to enable JavaScript? Go here.
Http Status Codes
Table of Contents
- 1Xx Informational 9
- 100 Continue 11
- 101 Switching Protocols 13
- 102 Processing (Webdav) 14
- 2Xx Success 16
- 200 Ok 17
- 201 Created 19
- 202 Accepted 21
- 203 Non-authoritative Information 23
- 204 No Content 24
- 205 Reset Content 26
- 206 Partial Content 27
- 207 Multi-status (Webdav) 30
- 208 Already Reported (Webdav) 31
- 226 Im Used 32
- 3Xx Redirection 34
- 300 Multiple Choices 36
- 301 Moved Permanently 38
- 302 Found 40
- 303 See Other 43
- 304 Not Modified 45
- 305 Use Proxy 48
- 306 (Unused) 49
- 307 Temporary Redirect 50
- 308 Permanent Redirect (Experimental) 52
- 4Xx Client Error 53
- 400 Bad Request 55
- 401 Unauthorized 56
- 402 Payment Required 58
- 403 Forbidden 59
- 404 Not Found 60
- 405 Method Not Allowed 62
- 406 Not Acceptable 63
- 407 Proxy Authentication Required 65
- 408 Request Timeout 66
- 409 Conflict 67
- 410 Gone 69
- 411 Length Required 71
- 412 Precondition Failed 72
- 413 Request Entity Too Large 73
- 414 Request-uri Too Long 74
- 415 Unsupported Media Type 75
- 416 Requested Range Not Satisfiable 76
- 417 Expectation Failed 78
- 418 I'm A Teapot (Rfc 2324) 79
- 420 Enhance Your Calm (Twitter) 80
- 422 Unprocessable Entity (Webdav) 81
- 423 Locked (Webdav) 82
- 424 Failed Dependency (Webdav) 83
- 425 Reserved For Webdav 84
- 426 Upgrade Required 85
- 428 Precondition Required 86
- 429 Too Many Requests 88
- 431 Request Header Fields Too Large 90
- 444 No Response (Nginx) 91
- 449 Retry With (Microsoft) 92
- 450 Blocked By Windows Parental Controls (Microsoft) 93
- 451 Unavailable For Legal Reasons 94
- 499 Client Closed Request (Nginx) 95
- 5Xx Server Error 96
- 500 Internal Server Error 98
- 501 Not Implemented 99
- 502 Bad Gateway 100
- 503 Service Unavailable 101
- 504 Gateway Timeout 102
- 505 Http Version Not Supported 103
- 506 Variant Also Negotiates (Experimental) 104
- 507 Insufficient Storage (Webdav) 105
- 508 Loop Detected (Webdav) 106
- 509 Bandwidth Limit Exceeded (Apache) 107
- 510 Not Extended 108
- 511 Network Authentication Required 110
- 598 Network Read Timeout Error 114
- 599 Network Connect Timeout Error 115
›
‹
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118