← All status codes
100

Continue

The server received the request headers. The client should proceed to send the body. Used with large uploads to check if the server will accept the request before sending the full payload.

COMMON CAUSES

Client sent an Expect: 100-continue header
Large file upload checking server willingness before sending the body

HOW TO FIX IT

No action needed — this is normal behavior
If you're not expecting it, check if your HTTP client library sends Expect headers by default

What this means for monitoring

You won't typically see this in monitoring. It's a mid-request signal, not a final response.

Related status codes

1xx Informational

Get alerted when your endpoints return unexpected status codes.

Larm checks your HTTP endpoints from multiple global locations and alerts you when they return status codes outside your expected range.