Client error
HTTP 418: I'm a Teapot
HTTP 418 is an unused known code commonly remembered as I'm a teapot.
Meaning
It is not a normal production error response and should not be used for ordinary failures.
Common causes
You usually see it in jokes, tests, demos, or compatibility references.
What to check
Do not troubleshoot it like a normal server error. Check whether the app intentionally returns it.
Example response
HTTP/1.1 418 I'm a TeapotReferences
- Registry
- IANA HTTP Status Code Registry
- Guide
- MDN 418 I'm a teapot
Related HTTP status codes
Nearby codes often answer the next debugging question.