HTTP 418 Unused

HTTP 418 is unused in the IANA registry and should not be emitted by modern applications.

What this status code means

This status code value is marked as unused and should not be used in normal modern implementations.

Who should act first

Client request or identity context is usually the first place to fix.

What to check first

  • Capture exact request path, method, and headers.
  • Verify authentication and authorization context.
  • Validate payload schema and content type.

How it differs from similar codes

Reference and next step

Specification: RFC 9110.

Read the full troubleshooting guide for HTTP 418 · Open the 4xx hub · Compare adjacent codes