Skip to content

Commit 5f337a9

Browse files
committed
feat: added 218
1 parent 68b5d47 commit 5f337a9

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

content/218.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Description
2+
3+
<aside class="warning"><strong>Unofficial:</strong> This HTTP status code is not specified by any RFC.</aside>
4+
5+
The HTTP status code `218 This Is Fine` is an unofficial code that indicates the server has encountered a minor issue but continues to operate without disruption, signaling that "everything is fine" despite a manageable error.
6+
7+
This code serves to communicate success while acknowledging a minor HTTP client or server issue, without impacting overall functionality.
8+
9+
### Apache and Proxy-Error-Override
10+
11+
In some cases, this status code may appear if a server is configured with custom error handling. By using `ProxyErrorOverride`, servers can override standard 4xx or 5xx responses with `218` for minor issues, helping maintain a consistent user experience.
12+
13+
### See Also
14+
15+
- [418 I’m a teapot](https://http.cat/status/418)
16+
- [http.dev/218](https://http.dev/218)
17+
- [The Curious Case of HTTP: Unraveling the Weirdest Status Codes](https://medium.com/@rahulchakraborty337/the-curious-case-of-http-unraveling-the-weirdest-status-codes-c0670b18333)
18+

lib/statuses.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const statuses = {
1515
207: { code: 207, message: 'Multi-Status' },
1616
208: { code: 208, message: 'Already Reported' },
1717
214: { code: 214, message: 'Transformation Applied' },
18+
218: { code: 218, message: 'This is Fine'},
1819
226: { code: 226, message: 'IM Used' },
1920
300: { code: 300, message: 'Multiple Choices' },
2021
301: { code: 301, message: 'Moved Permanently' },

public/images-original/218.jpg

50.3 KB
Loading

public/images/218.jpg

50.3 KB
Loading

0 commit comments

Comments
 (0)