HTTP 103 Early Hints

HTTP 103 Early Hints indicates a informational response outcome.

What this status code means

Early Hints describes how the server processed the request and what the client should do next.

Who should act first

Interpret this code in protocol context before changing application logic.

What to check first

  • Confirm whether your tooling records interim responses.
  • Check proxy/client support for interim status handling.
  • Verify a final non-1xx response is eventually returned.

How it differs from similar codes

Reference and next step

Specification: RFC 9110.

Read the full troubleshooting guide for HTTP 103 · Open the 1xx hub · Compare adjacent codes