mirror of
https://github.com/rmaake1/httpstatuses.git
synced 2024-11-02 00:32:36 +01:00
19 lines
597 B
Markdown
19 lines
597 B
Markdown
|
---
|
||
|
# This is not a status code available in the standard, but it exists
|
||
|
# with significant prominence in the wild
|
||
|
set: 4
|
||
|
code: 444
|
||
|
title: Nginx closed connection without sending a response.
|
||
|
---
|
||
|
|
||
|
A non-standard status code used to instruct [nginx][2] to close the connection without sending a response to the client, most commonly used to deny malicious or malformed requests.
|
||
|
|
||
|
This status code is not seen by the client, it only appears in nginx log files.
|
||
|
|
||
|
---
|
||
|
|
||
|
* Source: [nginx documentation][1]
|
||
|
|
||
|
[1]: <http://nginx.org/en/docs/http/ngx_http_rewrite_module.html#return>
|
||
|
[2]: <http://nginx.org>
|