Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion files/en-us/web/http/reference/status/418/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
title: 418 I'm a teapot
slug: Web/HTTP/Reference/Status/418
page-type: http-status-code
spec-urls: https://www.rfc-editor.org/rfc/rfc2324#section-2.3.2
spec-urls:
- https://www.rfc-editor.org/rfc/rfc2324#section-2.3.2
- https://www.rfc-editor.org/rfc/rfc9110#name-418-unused
sidebar: http
---

The HTTP **`418 I'm a teapot`** status response code indicates that the server refuses to brew coffee because it is, permanently, a teapot.
A combined coffee/tea pot that is temporarily out of coffee should instead return {{HTTPStatus("503")}}.
This error is a reference to Hyper Text Coffee Pot Control Protocol defined in April Fools' jokes in 1998 and 2014.

While originally defined in [RFC 2324](https://www.rfc-editor.org/rfc/rfc2324) as an April Fools' joke, this status code was formally reserved in [RFC 9110](https://www.rfc-editor.org/rfc/rfc9110) due to its wide deployment as a joke, so it cannot be assigned any non-joke semantics for the foreseeable future.

Some websites use this response for requests they do not wish to handle, such as automated queries.

## Status
Expand Down