Informational HTTP Status Codes (1xx)

Use this page when inspecting connection setup, request expectation handshakes, or early metadata delivery. 1xx codes are not terminal outcomes.

What this group covers

These codes indicate that the server has received enough of the request to continue processing, but a final status code still follows.

What to check first

How related 1xx codes differ

100/101 are transport or protocol negotiation signals, while 102/103 are processing and preloading hints. If you expected a final success/error code, inspect middleware and reverse-proxy handling.

Informational HTTP Status Codes (1xx) list with quick summaries

When to escalate

Escalate when 1xx responses appear without a matching final response or when clients stall after interim headers.

Next steps

Browse all status classes · Compare similar codes · Read implementation FAQ