HTTP 100 Continue
HTTP 100 Continue indicates a informational response outcome.
What this status code means
Continue 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 100 · Open the 1xx hub · Compare adjacent codes