100
Continue
Informational
Description
The server has received the request headers and the client should proceed to send the request body
Common Usage
Used in cases where the client needs to send a large request body and wants to check if the server is willing to accept it
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 100 ContinuecURL Example
curl -I https://example.com
# Returns: HTTP/1.1 100 ContinueInformational Response
This is an informational response indicating that the request was received and understood.
Related Informational Codes
Other codes in the same category