commit 393ca87004a4999cda08161ab3e5366415976d52 Author: florian Date: Wed Feb 5 01:10:10 2020 +0100 Initialer Commit diff --git a/0.jpg b/0.jpg new file mode 100644 index 0000000..42f65da Binary files /dev/null and b/0.jpg differ diff --git a/100.html b/100.html new file mode 100644 index 0000000..4b3ae47 --- /dev/null +++ b/100.html @@ -0,0 +1,18 @@ + + + + + + + Status 100 - Continue + + + + +
+

Continue Status 100

The server has received the request headers, and the client should proceed to send the request body.

+

+
+ + + diff --git a/100.jpg b/100.jpg new file mode 100644 index 0000000..bd69199 Binary files /dev/null and b/100.jpg differ diff --git a/101.html b/101.html new file mode 100644 index 0000000..07072fb --- /dev/null +++ b/101.html @@ -0,0 +1,18 @@ + + + + + + + Status 101 - Switching Protocols + + + + +
+

Switching Protocols Status 101

The requester has asked the server to switch protocols.

+

+
+ + + diff --git a/101.jpg b/101.jpg new file mode 100644 index 0000000..d474656 Binary files /dev/null and b/101.jpg differ diff --git a/102.html b/102.html new file mode 100644 index 0000000..881f4d8 --- /dev/null +++ b/102.html @@ -0,0 +1,18 @@ + + + + + + + Status 102 - Processing + + + + +
+

Processing Status 102

This code indicates that the server has received and is processing the request, but no response is available yet. This prevents the client from timing out and assuming the request was lost.

+

+
+ + + diff --git a/103.html b/103.html new file mode 100644 index 0000000..c86e72a --- /dev/null +++ b/103.html @@ -0,0 +1,18 @@ + + + + + + + Status 103 - Early Hints + + + + +
+

Early Hints Status 103

Used to return some response headers before final HTTP message.

+

+
+ + + diff --git a/1xx.html b/1xx.html new file mode 100644 index 0000000..5368ec2 --- /dev/null +++ b/1xx.html @@ -0,0 +1,18 @@ + + + + + + + Status 1xx - Information + + + + +
+

Information Status 1xx

1xx codes are often interim responses for sharing connection status information. Not intended for final request or response action.

+

+
+ + + diff --git a/200.html b/200.html new file mode 100644 index 0000000..50f52b5 --- /dev/null +++ b/200.html @@ -0,0 +1,18 @@ + + + + + + + Status 200 - OK + + + + +
+

OK Status 200

The request is OK (this is the standard response for successful HTTP requests).

+

+
+ + + diff --git a/200.jpg b/200.jpg new file mode 100644 index 0000000..504bd49 Binary files /dev/null and b/200.jpg differ diff --git a/201.html b/201.html new file mode 100644 index 0000000..b34c740 --- /dev/null +++ b/201.html @@ -0,0 +1,18 @@ + + + + + + + Status 201 - Created + + + + +
+

Created Status 201

The request has been fulfilled, and a new resource is created.

+

+
+ + + diff --git a/201.jpg b/201.jpg new file mode 100644 index 0000000..4e36cc7 Binary files /dev/null and b/201.jpg differ diff --git a/202.html b/202.html new file mode 100644 index 0000000..0b40c6d --- /dev/null +++ b/202.html @@ -0,0 +1,18 @@ + + + + + + + Status 202 - Accepted + + + + +
+

Accepted Status 202

The request has been accepted for processing, but the processing has not been completed.

+

+
+ + + diff --git a/202.jpg b/202.jpg new file mode 100644 index 0000000..9160e75 Binary files /dev/null and b/202.jpg differ diff --git a/203.html b/203.html new file mode 100644 index 0000000..795f260 --- /dev/null +++ b/203.html @@ -0,0 +1,18 @@ + + + + + + + Status 203 - Non-Authoritative Information + + + + +
+

Non-Authoritative Information Status 203

The request has been successfully processed, but is returning information that may be from another source.

+

+
+ + + diff --git a/204.html b/204.html new file mode 100644 index 0000000..f755d65 --- /dev/null +++ b/204.html @@ -0,0 +1,18 @@ + + + + + + + Status 204 - No Content + + + + +
+

No Content Status 204

The request has been successfully processed, but is not returning any content.

+

+
+ + + diff --git a/204.jpg b/204.jpg new file mode 100644 index 0000000..be8d8c7 Binary files /dev/null and b/204.jpg differ diff --git a/205.html b/205.html new file mode 100644 index 0000000..37e23cc --- /dev/null +++ b/205.html @@ -0,0 +1,18 @@ + + + + + + + Status 205 - Reset Content + + + + +
+

Reset Content Status 205

The request has been successfully processed, but is not returning any content, and requires that the requester reset the document view.

+

+
+ + + diff --git a/206.html b/206.html new file mode 100644 index 0000000..b549959 --- /dev/null +++ b/206.html @@ -0,0 +1,18 @@ + + + + + + + Status 206 - Partial Content + + + + +
+

Partial Content Status 206

The server is delivering only part of the resource due to a range header sent by the client.

+

+
+ + + diff --git a/206.jpg b/206.jpg new file mode 100644 index 0000000..f83e519 Binary files /dev/null and b/206.jpg differ diff --git a/207.html b/207.html new file mode 100644 index 0000000..9eb575d --- /dev/null +++ b/207.html @@ -0,0 +1,18 @@ + + + + + + + Status 207 - Multi-Status + + + + +
+

Multi-Status Status 207

The message body that follows is by default an XML message and can contain a number of separate response codes, depending on how many sub-requests were made.

+

+
+ + + diff --git a/207.jpg b/207.jpg new file mode 100644 index 0000000..6e8eac9 Binary files /dev/null and b/207.jpg differ diff --git a/208.html b/208.html new file mode 100644 index 0000000..f2e7df0 --- /dev/null +++ b/208.html @@ -0,0 +1,18 @@ + + + + + + + Status 208 - Already Reported + + + + +
+

Already Reported Status 208

The members of a DAV binding have already been enumerated in a preceding part of the (multistatus) response, and are not being included again.

+

+
+ + + diff --git a/218.html b/218.html new file mode 100644 index 0000000..6dbf6c6 --- /dev/null +++ b/218.html @@ -0,0 +1,18 @@ + + + + + + + Status 218 - This is fine (Apache Web Server) + + + + +
+

This is fine (Apache Web Server) Status 218

Used as a catch-all error condition for allowing response bodies to flow through Apache when ProxyErrorOverride is enabled.

+

+
+ + + diff --git a/226.html b/226.html new file mode 100644 index 0000000..4d73107 --- /dev/null +++ b/226.html @@ -0,0 +1,18 @@ + + + + + + + Status 226 - IM Used + + + + +
+

IM Used Status 226

The server has fulfilled a request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance.

+

+
+ + + diff --git a/2xx.html b/2xx.html new file mode 100644 index 0000000..ccc3de8 --- /dev/null +++ b/2xx.html @@ -0,0 +1,18 @@ + + + + + + + Status 2xx - Successful + + + + +
+

Successful Status 2xx

2xx codes indicate successful responses usually this means the action requested by the client was received, understood and accepted successfully.

+

+
+ + + diff --git a/300.html b/300.html new file mode 100644 index 0000000..3085231 --- /dev/null +++ b/300.html @@ -0,0 +1,18 @@ + + + + + + + Status 300 - Multiple Choices + + + + +
+

Multiple Choices Status 300

A link list. The user can select a link and go to that location. Maximum five addresses.

+

+
+ + + diff --git a/300.jpg b/300.jpg new file mode 100644 index 0000000..b9d166f Binary files /dev/null and b/300.jpg differ diff --git a/301.html b/301.html new file mode 100644 index 0000000..40e2767 --- /dev/null +++ b/301.html @@ -0,0 +1,18 @@ + + + + + + + Status 301 - Moved Permanently + + + + +
+

Moved Permanently Status 301

The requested page has moved to a new URL.

+

+
+ + + diff --git a/301.jpg b/301.jpg new file mode 100644 index 0000000..ba7927d Binary files /dev/null and b/301.jpg differ diff --git a/302.html b/302.html new file mode 100644 index 0000000..dcd8584 --- /dev/null +++ b/302.html @@ -0,0 +1,18 @@ + + + + + + + Status 302 - Found + + + + +
+

Found Status 302

The requested page has moved temporarily to a new URL.

+

+
+ + + diff --git a/302.jpg b/302.jpg new file mode 100644 index 0000000..090a2ab Binary files /dev/null and b/302.jpg differ diff --git a/303.html b/303.html new file mode 100644 index 0000000..6a2efa0 --- /dev/null +++ b/303.html @@ -0,0 +1,18 @@ + + + + + + + Status 303 - See Other + + + + +
+

See Other Status 303

The requested page can be found under a different URL.

+

+
+ + + diff --git a/303.jpg b/303.jpg new file mode 100644 index 0000000..84e1947 Binary files /dev/null and b/303.jpg differ diff --git a/304.html b/304.html new file mode 100644 index 0000000..852362a --- /dev/null +++ b/304.html @@ -0,0 +1,18 @@ + + + + + + + Status 304 - Not Modified + + + + +
+

Not Modified Status 304

Indicates the requested page has not been modified since last requested.

+

+
+ + + diff --git a/304.jpg b/304.jpg new file mode 100644 index 0000000..0241636 Binary files /dev/null and b/304.jpg differ diff --git a/305.jpg b/305.jpg new file mode 100644 index 0000000..b7549c2 Binary files /dev/null and b/305.jpg differ diff --git a/306.html b/306.html new file mode 100644 index 0000000..9a2d2d9 --- /dev/null +++ b/306.html @@ -0,0 +1,18 @@ + + + + + + + Status 306 - Switch Proxy + + + + +
+

Switch Proxy Status 306

No longer used. Originally meant "Subsequent requests should use the specified proxy."

+

+
+ + + diff --git a/307.html b/307.html new file mode 100644 index 0000000..e6a97f7 --- /dev/null +++ b/307.html @@ -0,0 +1,18 @@ + + + + + + + Status 307 - Temporary Redirect + + + + +
+

Temporary Redirect Status 307

The requested page has moved temporarily to a new URL.

+

+
+ + + diff --git a/307.jpg b/307.jpg new file mode 100644 index 0000000..ba59f35 Binary files /dev/null and b/307.jpg differ diff --git a/308.html b/308.html new file mode 100644 index 0000000..cbb5218 --- /dev/null +++ b/308.html @@ -0,0 +1,18 @@ + + + + + + + Status 308 - Resume Incomplete + + + + +
+

Resume Incomplete Status 308

Used in the resumable requests proposal to resume aborted PUT or POST requests.

+

+
+ + + diff --git a/3xx.html b/3xx.html new file mode 100644 index 0000000..744e930 --- /dev/null +++ b/3xx.html @@ -0,0 +1,18 @@ + + + + + + + Status 3xx - Redirection + + + + +
+

Redirection Status 3xx

3xx codes are a class of responses that suggest the User-Agent must follow another course of action to obtain the complete requested resource.

+

+
+ + + diff --git a/400.html b/400.html new file mode 100644 index 0000000..e01d225 --- /dev/null +++ b/400.html @@ -0,0 +1,18 @@ + + + + + + + Status 400 - Bad Request + + + + +
+

Bad Request Status 400

The request cannot be fulfilled due to bad syntax.

+

+
+ + + diff --git a/400.jpg b/400.jpg new file mode 100644 index 0000000..5a5c191 Binary files /dev/null and b/400.jpg differ diff --git a/401.html b/401.html new file mode 100644 index 0000000..f317158 --- /dev/null +++ b/401.html @@ -0,0 +1,18 @@ + + + + + + + Status 401 - Unauthorized + + + + +
+

Unauthorized Status 401

The request was a legal request, but the server is refusing to respond to it. For use when authentication is possible but has failed or not yet been provided.

+

+
+ + + diff --git a/401.jpg b/401.jpg new file mode 100644 index 0000000..6eaaf5b Binary files /dev/null and b/401.jpg differ diff --git a/402.html b/402.html new file mode 100644 index 0000000..7953b7c --- /dev/null +++ b/402.html @@ -0,0 +1,18 @@ + + + + + + + Status 402 - Payment Required + + + + +
+

Payment Required Status 402

Not yet implemented by RFC standards, but reserved for future use.

+

+
+ + + diff --git a/402.jpg b/402.jpg new file mode 100644 index 0000000..1814b25 Binary files /dev/null and b/402.jpg differ diff --git a/403.html b/403.html new file mode 100644 index 0000000..40e663a --- /dev/null +++ b/403.html @@ -0,0 +1,18 @@ + + + + + + + Status 403 - Forbidden + + + + +
+

Forbidden Status 403

The request was a legal request, but the server is refusing to respond to it.

+

+
+ + + diff --git a/403.jpg b/403.jpg new file mode 100644 index 0000000..bc7f34d Binary files /dev/null and b/403.jpg differ diff --git a/404.html b/404.html new file mode 100644 index 0000000..4153ec8 --- /dev/null +++ b/404.html @@ -0,0 +1,18 @@ + + + + + + + Status 404 - Not Found + + + + +
+

Not Found Status 404

The requested page could not be found but may be available again in the future.

+

+
+ + + diff --git a/404.jpg b/404.jpg new file mode 100644 index 0000000..beab571 Binary files /dev/null and b/404.jpg differ diff --git a/405.html b/405.html new file mode 100644 index 0000000..e037e27 --- /dev/null +++ b/405.html @@ -0,0 +1,18 @@ + + + + + + + Status 405 - Method Not Allowed + + + + +
+

Method Not Allowed Status 405

A request was made of a page using a request method not supported by that page.

+

+
+ + + diff --git a/405.jpg b/405.jpg new file mode 100644 index 0000000..3cc9678 Binary files /dev/null and b/405.jpg differ diff --git a/406.html b/406.html new file mode 100644 index 0000000..4392cce --- /dev/null +++ b/406.html @@ -0,0 +1,18 @@ + + + + + + + Status 406 - Not Acceptable + + + + +
+

Not Acceptable Status 406

The server can only generate a response that is not accepted by the client.

+

+
+ + + diff --git a/406.jpg b/406.jpg new file mode 100644 index 0000000..7ce8233 Binary files /dev/null and b/406.jpg differ diff --git a/407.html b/407.html new file mode 100644 index 0000000..10142e6 --- /dev/null +++ b/407.html @@ -0,0 +1,18 @@ + + + + + + + Status 407 - Proxy Authentication Required + + + + +
+

Proxy Authentication Required Status 407

The client must first authenticate itself with the proxy.

+

+
+ + + diff --git a/408.html b/408.html new file mode 100644 index 0000000..2f11f88 --- /dev/null +++ b/408.html @@ -0,0 +1,18 @@ + + + + + + + Status 408 - Request Timeout + + + + +
+

Request Timeout Status 408

The server timed out waiting for the request.

+

+
+ + + diff --git a/408.jpg b/408.jpg new file mode 100644 index 0000000..b6403c0 Binary files /dev/null and b/408.jpg differ diff --git a/409.html b/409.html new file mode 100644 index 0000000..1e33214 --- /dev/null +++ b/409.html @@ -0,0 +1,18 @@ + + + + + + + Status 409 - Conflict + + + + +
+

Conflict Status 409

The request could not be completed because of a conflict in the request.

+

+
+ + + diff --git a/409.jpg b/409.jpg new file mode 100644 index 0000000..1ea1b1d Binary files /dev/null and b/409.jpg differ diff --git a/410.html b/410.html new file mode 100644 index 0000000..c48c5bd --- /dev/null +++ b/410.html @@ -0,0 +1,18 @@ + + + + + + + Status 410 - Gone + + + + +
+

Gone Status 410

The requested page is no longer available.

+

+
+ + + diff --git a/410.jpg b/410.jpg new file mode 100644 index 0000000..ff8922e Binary files /dev/null and b/410.jpg differ diff --git a/411.html b/411.html new file mode 100644 index 0000000..64291f5 --- /dev/null +++ b/411.html @@ -0,0 +1,18 @@ + + + + + + + Status 411 - Length Required + + + + +
+

Length Required Status 411

The "Content-Length" is not defined. The server will not accept the request without it.

+

+
+ + + diff --git a/411.jpg b/411.jpg new file mode 100644 index 0000000..8575e23 Binary files /dev/null and b/411.jpg differ diff --git a/412.html b/412.html new file mode 100644 index 0000000..13788aa --- /dev/null +++ b/412.html @@ -0,0 +1,18 @@ + + + + + + + Status 412 - Precondition Failed + + + + +
+

Precondition Failed Status 412

The precondition given in the request evaluated to false by the server.

+

+
+ + + diff --git a/412.jpg b/412.jpg new file mode 100644 index 0000000..3491abd Binary files /dev/null and b/412.jpg differ diff --git a/413.html b/413.html new file mode 100644 index 0000000..958c199 --- /dev/null +++ b/413.html @@ -0,0 +1,18 @@ + + + + + + + Status 413 - Request Entity Too Large + + + + +
+

Request Entity Too Large Status 413

The server will not accept the request, because the request entity is too large.

+

+
+ + + diff --git a/413.jpg b/413.jpg new file mode 100644 index 0000000..08d042a Binary files /dev/null and b/413.jpg differ diff --git a/414.html b/414.html new file mode 100644 index 0000000..2dc0080 --- /dev/null +++ b/414.html @@ -0,0 +1,18 @@ + + + + + + + Status 414 - Request-URI Too Long + + + + +
+

Request-URI Too Long Status 414

The server will not accept the request, because the URL is too long. Occurs when you convert a POST request to a GET request with a long query information.

+

+
+ + + diff --git a/414.jpg b/414.jpg new file mode 100644 index 0000000..e08af5a Binary files /dev/null and b/414.jpg differ diff --git a/415.html b/415.html new file mode 100644 index 0000000..e6aa076 --- /dev/null +++ b/415.html @@ -0,0 +1,18 @@ + + + + + + + Status 415 - Unsupported Media Type + + + + +
+

Unsupported Media Type Status 415

The server will not accept the request, because the media type is not supported.

+

+
+ + + diff --git a/415.jpg b/415.jpg new file mode 100644 index 0000000..aff9224 Binary files /dev/null and b/415.jpg differ diff --git a/416.html b/416.html new file mode 100644 index 0000000..211481d --- /dev/null +++ b/416.html @@ -0,0 +1,18 @@ + + + + + + + Status 416 - Requested Range Not Satisfiable + + + + +
+

Requested Range Not Satisfiable Status 416

The client has asked for a portion of the file, but the server cannot supply that portion.

+

+
+ + + diff --git a/416.jpg b/416.jpg new file mode 100644 index 0000000..90a83d3 Binary files /dev/null and b/416.jpg differ diff --git a/417.html b/417.html new file mode 100644 index 0000000..150302c --- /dev/null +++ b/417.html @@ -0,0 +1,18 @@ + + + + + + + Status 417 - Expectation Failed + + + + +
+

Expectation Failed Status 417

The server cannot meet the requirements of the Expect request-header field.

+

+
+ + + diff --git a/417.jpg b/417.jpg new file mode 100644 index 0000000..9fb3c6e Binary files /dev/null and b/417.jpg differ diff --git a/418.html b/418.html new file mode 100644 index 0000000..a3f14ce --- /dev/null +++ b/418.html @@ -0,0 +1,18 @@ + + + + + + + Status 418 - I'm a teapot + + + + +
+

I'm a teapot Status 418

Any attempt to brew coffee with a teapot should result in the error code "418 I'm a teapot". The resulting entity body MAY be short and stout.

+

+
+ + + diff --git a/418.jpg b/418.jpg new file mode 100644 index 0000000..82f6837 Binary files /dev/null and b/418.jpg differ diff --git a/419.html b/419.html new file mode 100644 index 0000000..63cc0a3 --- /dev/null +++ b/419.html @@ -0,0 +1,18 @@ + + + + + + + Status 419 - Page Expired (Laravel Framework) + + + + +
+

Page Expired (Laravel Framework) Status 419

Used by the Laravel Framework when a CSRF Token is missing or expired.

+

+
+ + + diff --git a/420.html b/420.html new file mode 100644 index 0000000..7d547c5 --- /dev/null +++ b/420.html @@ -0,0 +1,18 @@ + + + + + + + Status 420 - Method Failure (Spring Framework) + + + + +
+

Method Failure (Spring Framework) Status 420

A deprecated response used by the Spring Framework when a method has failed.

+

+
+ + + diff --git a/420.jpg b/420.jpg new file mode 100644 index 0000000..c09a634 Binary files /dev/null and b/420.jpg differ diff --git a/421.html b/421.html new file mode 100644 index 0000000..10ef570 --- /dev/null +++ b/421.html @@ -0,0 +1,18 @@ + + + + + + + Status 421 - Misdirected Request + + + + +
+

Misdirected Request Status 421

The request was directed at a server that is not able to produce a response (for example because a connection reuse).

+

+
+ + + diff --git a/421.jpg b/421.jpg new file mode 100644 index 0000000..b8a264d Binary files /dev/null and b/421.jpg differ diff --git a/422.html b/422.html new file mode 100644 index 0000000..625d7f7 --- /dev/null +++ b/422.html @@ -0,0 +1,18 @@ + + + + + + + Status 422 - Unprocessable Entity + + + + +
+

Unprocessable Entity Status 422

The request was well-formed but was unable to be followed due to semantic errors.

+

+
+ + + diff --git a/422.jpg b/422.jpg new file mode 100644 index 0000000..1b571f4 Binary files /dev/null and b/422.jpg differ diff --git a/423.html b/423.html new file mode 100644 index 0000000..8a3004f --- /dev/null +++ b/423.html @@ -0,0 +1,18 @@ + + + + + + + Status 423 - Locked + + + + +
+

Locked Status 423

The resource that is being accessed is locked.

+

+
+ + + diff --git a/423.jpg b/423.jpg new file mode 100644 index 0000000..76407e0 Binary files /dev/null and b/423.jpg differ diff --git a/424.html b/424.html new file mode 100644 index 0000000..2c477ec --- /dev/null +++ b/424.html @@ -0,0 +1,18 @@ + + + + + + + Status 424 - Failed Dependency + + + + +
+

Failed Dependency Status 424

The request failed due to failure of a previous request (e.g., a PROPPATCH).

+

+
+ + + diff --git a/424.jpg b/424.jpg new file mode 100644 index 0000000..9942fc3 Binary files /dev/null and b/424.jpg differ diff --git a/425.jpg b/425.jpg new file mode 100644 index 0000000..e25ad53 Binary files /dev/null and b/425.jpg differ diff --git a/426.html b/426.html new file mode 100644 index 0000000..c0c1202 --- /dev/null +++ b/426.html @@ -0,0 +1,18 @@ + + + + + + + Status 426 - Upgrade Required + + + + +
+

Upgrade Required Status 426

The client should switch to a different protocol such as TLS/1.0, given in the Upgrade header field.

+

+
+ + + diff --git a/426.jpg b/426.jpg new file mode 100644 index 0000000..51edc40 Binary files /dev/null and b/426.jpg differ diff --git a/428.html b/428.html new file mode 100644 index 0000000..4519b0d --- /dev/null +++ b/428.html @@ -0,0 +1,18 @@ + + + + + + + Status 428 - Precondition Required + + + + +
+

Precondition Required Status 428

The origin server requires the request to be conditional.

+

+
+ + + diff --git a/429.html b/429.html new file mode 100644 index 0000000..fa7986f --- /dev/null +++ b/429.html @@ -0,0 +1,18 @@ + + + + + + + Status 429 - Too Many Requests + + + + +
+

Too Many Requests Status 429

The user has sent too many requests in a given amount of time. Intended for use with rate limiting schemes.

+

+
+ + + diff --git a/429.jpg b/429.jpg new file mode 100644 index 0000000..1a76ffc Binary files /dev/null and b/429.jpg differ diff --git a/431.html b/431.html new file mode 100644 index 0000000..8724b5d --- /dev/null +++ b/431.html @@ -0,0 +1,18 @@ + + + + + + + Status 431 - Request Header Fields Too Large + + + + +
+

Request Header Fields Too Large Status 431

The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large.

+

+
+ + + diff --git a/431.jpg b/431.jpg new file mode 100644 index 0000000..04f754c Binary files /dev/null and b/431.jpg differ diff --git a/440.html b/440.html new file mode 100644 index 0000000..8391b58 --- /dev/null +++ b/440.html @@ -0,0 +1,18 @@ + + + + + + + Status 440 - Login Time-out + + + + +
+

Login Time-out Status 440

The client's session has expired and must log in again. (IIS)

+

+
+ + + diff --git a/444.html b/444.html new file mode 100644 index 0000000..6efe607 --- /dev/null +++ b/444.html @@ -0,0 +1,18 @@ + + + + + + + Status 444 - Connection Closed Without Response + + + + +
+

Connection Closed Without Response Status 444

A non-standard status code used to instruct nginx to close the connection without sending a response to the client, most commonly used to deny malicious or malformed requests.

+

+
+ + + diff --git a/444.jpg b/444.jpg new file mode 100644 index 0000000..2e3f307 Binary files /dev/null and b/444.jpg differ diff --git a/449.html b/449.html new file mode 100644 index 0000000..dd91eeb --- /dev/null +++ b/449.html @@ -0,0 +1,18 @@ + + + + + + + Status 449 - Retry With + + + + +
+

Retry With Status 449

The server cannot honour the request because the user has not provided the required information. (IIS)

+

+
+ + + diff --git a/450.html b/450.html new file mode 100644 index 0000000..e7a8590 --- /dev/null +++ b/450.html @@ -0,0 +1,18 @@ + + + + + + + Status 450 - Blocked by Windows Parental Controls + + + + +
+

Blocked by Windows Parental Controls Status 450

The Microsoft extension code indicated when Windows Parental Controls are turned on and are blocking access to the requested webpage.

+

+
+ + + diff --git a/450.jpg b/450.jpg new file mode 100644 index 0000000..f81d190 Binary files /dev/null and b/450.jpg differ diff --git a/451.html b/451.html new file mode 100644 index 0000000..c4281d7 --- /dev/null +++ b/451.html @@ -0,0 +1,18 @@ + + + + + + + Status 451 - Unavailable For Legal Reasons + + + + +
+

Unavailable For Legal Reasons Status 451

A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the requested resource.

+

+
+ + + diff --git a/451.jpg b/451.jpg new file mode 100644 index 0000000..0de1316 Binary files /dev/null and b/451.jpg differ diff --git a/494.html b/494.html new file mode 100644 index 0000000..f319d5d --- /dev/null +++ b/494.html @@ -0,0 +1,18 @@ + + + + + + + Status 494 - Request Header Too Large + + + + +
+

Request Header Too Large Status 494

Used by nginx to indicate the client sent too large of a request or header line that is too long.

+

+
+ + + diff --git a/495.html b/495.html new file mode 100644 index 0000000..62d8dca --- /dev/null +++ b/495.html @@ -0,0 +1,18 @@ + + + + + + + Status 495 - SSL Certificate Error + + + + +
+

SSL Certificate Error Status 495

An expansion of the 400 Bad Request response code, used when the client has provided an invalid client certificate.

+

+
+ + + diff --git a/496.html b/496.html new file mode 100644 index 0000000..62dc5db --- /dev/null +++ b/496.html @@ -0,0 +1,18 @@ + + + + + + + Status 496 - SSL Certificate Required + + + + +
+

SSL Certificate Required Status 496

An expansion of the 400 Bad Request response code, used when a client certificate is required but not provided.

+

+
+ + + diff --git a/497.html b/497.html new file mode 100644 index 0000000..b49fd54 --- /dev/null +++ b/497.html @@ -0,0 +1,18 @@ + + + + + + + Status 497 - HTTP Request Sent to HTTPS Port + + + + +
+

HTTP Request Sent to HTTPS Port Status 497

An expansion of the 400 Bad Request response code, used when the client has made a HTTP request to a port listening for HTTPS requests.

+

+
+ + + diff --git a/498.html b/498.html new file mode 100644 index 0000000..1722e56 --- /dev/null +++ b/498.html @@ -0,0 +1,18 @@ + + + + + + + Status 498 - Invalid Token (Esri) + + + + +
+

Invalid Token (Esri) Status 498

Returned by ArcGIS for Server. Code 498 indicates an expired or otherwise invalid token.

+

+
+ + + diff --git a/499.html b/499.html new file mode 100644 index 0000000..9239b19 --- /dev/null +++ b/499.html @@ -0,0 +1,18 @@ + + + + + + + Status 499 - Client Closed Request + + + + +
+

Client Closed Request Status 499

A non-standard status code introduced by nginx for the case when a client closes the connection while nginx is processing the request.

+

+
+ + + diff --git a/499.jpg b/499.jpg new file mode 100644 index 0000000..e69f748 Binary files /dev/null and b/499.jpg differ diff --git a/4xx.html b/4xx.html new file mode 100644 index 0000000..a701818 --- /dev/null +++ b/4xx.html @@ -0,0 +1,18 @@ + + + + + + + Status 4xx - Client Error + + + + +
+

Client Error Status 4xx

4xx codes generally are error responses specifying an issue at the client’s end. Potentially a network issue.

+

+
+ + + diff --git a/500.html b/500.html new file mode 100644 index 0000000..346b3df --- /dev/null +++ b/500.html @@ -0,0 +1,18 @@ + + + + + + + Status 500 - Internal Server Error + + + + +
+

Internal Server Error Status 500

An error has occurred in a server side script, a no more specific message is suitable.

+

+
+ + + diff --git a/500.jpg b/500.jpg new file mode 100644 index 0000000..266681f Binary files /dev/null and b/500.jpg differ diff --git a/501.html b/501.html new file mode 100644 index 0000000..c02f77b --- /dev/null +++ b/501.html @@ -0,0 +1,18 @@ + + + + + + + Status 501 - Not Implemented + + + + +
+

Not Implemented Status 501

The server either does not recognize the request method, or it lacks the ability to fulfill the request.

+

+
+ + + diff --git a/501.jpg b/501.jpg new file mode 100644 index 0000000..27e0373 Binary files /dev/null and b/501.jpg differ diff --git a/502.html b/502.html new file mode 100644 index 0000000..8ea6a5f --- /dev/null +++ b/502.html @@ -0,0 +1,18 @@ + + + + + + + Status 502 - Bad Gateway + + + + +
+

Bad Gateway Status 502

The server was acting as a gateway or proxy and received an invalid response from the upstream server.

+

+
+ + + diff --git a/502.jpg b/502.jpg new file mode 100644 index 0000000..53c7dba Binary files /dev/null and b/502.jpg differ diff --git a/503.html b/503.html new file mode 100644 index 0000000..80c9b47 --- /dev/null +++ b/503.html @@ -0,0 +1,18 @@ + + + + + + + Status 503 - Service Unavailable + + + + +
+

Service Unavailable Status 503

The server is currently unavailable (overloaded or down).

+

+
+ + + diff --git a/503.jpg b/503.jpg new file mode 100644 index 0000000..189db15 Binary files /dev/null and b/503.jpg differ diff --git a/504.html b/504.html new file mode 100644 index 0000000..6a4af5e --- /dev/null +++ b/504.html @@ -0,0 +1,18 @@ + + + + + + + Status 504 - Gateway Timeout + + + + +
+

Gateway Timeout Status 504

The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.

+

+
+ + + diff --git a/504.jpg b/504.jpg new file mode 100644 index 0000000..1fb5dca Binary files /dev/null and b/504.jpg differ diff --git a/505.html b/505.html new file mode 100644 index 0000000..eb9a855 --- /dev/null +++ b/505.html @@ -0,0 +1,18 @@ + + + + + + + Status 505 - HTTP Version Not Supported + + + + +
+

HTTP Version Not Supported Status 505

The server does not support the HTTP protocol version used in the request.

+

+
+ + + diff --git a/506.html b/506.html new file mode 100644 index 0000000..ea5b292 --- /dev/null +++ b/506.html @@ -0,0 +1,18 @@ + + + + + + + Status 506 - Variant Also Negotiates + + + + +
+

Variant Also Negotiates Status 506

Transparent content negotiation for the request results in a circular reference.

+

+
+ + + diff --git a/506.jpg b/506.jpg new file mode 100644 index 0000000..11756b1 Binary files /dev/null and b/506.jpg differ diff --git a/507.html b/507.html new file mode 100644 index 0000000..247aacd --- /dev/null +++ b/507.html @@ -0,0 +1,18 @@ + + + + + + + Status 507 - Insufficient Storage + + + + +
+

Insufficient Storage Status 507

The server is unable to store the representation needed to complete the request.

+

+
+ + + diff --git a/507.jpg b/507.jpg new file mode 100644 index 0000000..a71ce7a Binary files /dev/null and b/507.jpg differ diff --git a/508.html b/508.html new file mode 100644 index 0000000..6a8289f --- /dev/null +++ b/508.html @@ -0,0 +1,18 @@ + + + + + + + Status 508 - Loop Detected + + + + +
+

Loop Detected Status 508

The server detected an infinite loop while processing the request (sent instead of 208 Already Reported).

+

+
+ + + diff --git a/508.jpg b/508.jpg new file mode 100644 index 0000000..bcf8e00 Binary files /dev/null and b/508.jpg differ diff --git a/509.html b/509.html new file mode 100644 index 0000000..4030c7c --- /dev/null +++ b/509.html @@ -0,0 +1,18 @@ + + + + + + + Status 509 - Bandwidth Limit Exceeded + + + + +
+

Bandwidth Limit Exceeded Status 509

The server has exceeded the bandwidth specified by the server administrator; this is often used by shared hosting providers to limit the bandwidth of customers.

+

+
+ + + diff --git a/509.jpg b/509.jpg new file mode 100644 index 0000000..f044c4f Binary files /dev/null and b/509.jpg differ diff --git a/510.html b/510.html new file mode 100644 index 0000000..a6a94d3 --- /dev/null +++ b/510.html @@ -0,0 +1,18 @@ + + + + + + + Status 510 - Not Extended + + + + +
+

Not Extended Status 510

Further extensions to the request are required for the server to fulfil it.

+

+
+ + + diff --git a/510.jpg b/510.jpg new file mode 100644 index 0000000..e00d289 Binary files /dev/null and b/510.jpg differ diff --git a/511.html b/511.html new file mode 100644 index 0000000..3534f4a --- /dev/null +++ b/511.html @@ -0,0 +1,18 @@ + + + + + + + Status 511 - Network Authentication Required + + + + +
+

Network Authentication Required Status 511

The client needs to authenticate to gain network access.

+

+
+ + + diff --git a/511.jpg b/511.jpg new file mode 100644 index 0000000..d60795f Binary files /dev/null and b/511.jpg differ diff --git a/520.html b/520.html new file mode 100644 index 0000000..14687e8 --- /dev/null +++ b/520.html @@ -0,0 +1,18 @@ + + + + + + + Status 520 - Unknown Error + + + + +
+

Unknown Error Status 520

The 520 error is used as a "catch-all response for when the origin server returns something unexpected", listing connection resets, large headers, and empty or invalid responses as common triggers.

+

+
+ + + diff --git a/521.html b/521.html new file mode 100644 index 0000000..c29e797 --- /dev/null +++ b/521.html @@ -0,0 +1,18 @@ + + + + + + + Status 521 - Web Server Is Down + + + + +
+

Web Server Is Down Status 521

The origin server has refused the connection from Cloudflare.

+

+
+ + + diff --git a/522.html b/522.html new file mode 100644 index 0000000..e0e0583 --- /dev/null +++ b/522.html @@ -0,0 +1,18 @@ + + + + + + + Status 522 - Connection Timed Out + + + + +
+

Connection Timed Out Status 522

Cloudflare could not negotiate a TCP handshake with the origin server.

+

+
+ + + diff --git a/523.html b/523.html new file mode 100644 index 0000000..80e077d --- /dev/null +++ b/523.html @@ -0,0 +1,18 @@ + + + + + + + Status 523 - Origin Is Unreachable + + + + +
+

Origin Is Unreachable Status 523

Cloudflare could not reach the origin server; for example, if the DNS records for the origin server are incorrect.

+

+
+ + + diff --git a/524.html b/524.html new file mode 100644 index 0000000..eeb27bc --- /dev/null +++ b/524.html @@ -0,0 +1,18 @@ + + + + + + + Status 524 - A Timeout Occurred + + + + +
+

A Timeout Occurred Status 524

Cloudflare was able to complete a TCP connection to the origin server, but did not receive a timely HTTP response.

+

+
+ + + diff --git a/525.html b/525.html new file mode 100644 index 0000000..bd9a55a --- /dev/null +++ b/525.html @@ -0,0 +1,18 @@ + + + + + + + Status 525 - SSL Handshake Failed + + + + +
+

SSL Handshake Failed Status 525

Cloudflare could not negotiate a SSL/TLS handshake with the origin server.

+

+
+ + + diff --git a/526.html b/526.html new file mode 100644 index 0000000..c8f5527 --- /dev/null +++ b/526.html @@ -0,0 +1,18 @@ + + + + + + + Status 526 - Invalid SSL Certificate + + + + +
+

Invalid SSL Certificate Status 526

Used by Cloudflare and Cloud Foundry's gorouter to indicate failure to validate the SSL/TLS certificate that the origin server presented.

+

+
+ + + diff --git a/527.html b/527.html new file mode 100644 index 0000000..f2d58ec --- /dev/null +++ b/527.html @@ -0,0 +1,18 @@ + + + + + + + Status 527 - Railgun Listener to Origin Error + + + + +
+

Railgun Listener to Origin Error Status 527

Error 527 indicates that the request timed out or failed after the WAN connection had been established.

+

+
+ + + diff --git a/530.html b/530.html new file mode 100644 index 0000000..28cbba5 --- /dev/null +++ b/530.html @@ -0,0 +1,18 @@ + + + + + + + Status 530 - Origin DNS Error + + + + +
+

Origin DNS Error Status 530

Error 530 indicates that the requested host name could not be resolved on the Cloudflare network to an origin server.

+

+
+ + + diff --git a/598.html b/598.html new file mode 100644 index 0000000..91c1694 --- /dev/null +++ b/598.html @@ -0,0 +1,18 @@ + + + + + + + Status 598 - Network Read Timeout Error + + + + +
+

Network Read Timeout Error Status 598

Used by some HTTP proxies to signal a network read timeout behind the proxy to a client in front of the proxy.

+

+
+ + + diff --git a/599.jpg b/599.jpg new file mode 100644 index 0000000..08d01aa Binary files /dev/null and b/599.jpg differ diff --git a/5xx.html b/5xx.html new file mode 100644 index 0000000..7f70dee --- /dev/null +++ b/5xx.html @@ -0,0 +1,18 @@ + + + + + + + Status 5xx - Server Error + + + + +
+

Server Error Status 5xx

5xx error codes indicate that an error or unresolvable request occurred on the server side, whether that is a proxy or the origin host.

+

+
+ + +