HTTP Status Codes
HTTP 418 Unused
418 Unused
This status code is reserved and currently unused in the IANA registry.
Observed message
418 Unused
Why it happens
- The request could not be fulfilled because of client-side syntax, state, authorization, or precondition issues.
- Headers, payload shape, request metadata, or client expectations do not match what the server requires.
- An application, proxy, or security layer rejected the request before normal processing could complete.
How to fix it
- Treat the response as an implementation-specific or unexpected server behavior and inspect the stack returning it.
- Check whether a proxy, framework, or custom application code is emitting a reserved or unused status code.
- Prefer a currently assigned status code if you control the application or API returning the response.