Skip to content
Skip to content
← All Status Codes
100
Informational

100 Continue

The server has received the request headers and the client should proceed to send the request body.

Description

The 100 Continue status code indicates that the initial part of a request has been received and has not yet been rejected by the server. The client should continue sending the request body.

This is commonly used with the Expect: 100-continue header, allowing clients to check if the server will accept the request before sending a large body.

Check your website's HTTP status code

Check now →

Related Status Codes