100
Continue
1xx InformationalWhat It Means
The server has received the request headers and the client should proceed to send the request body.
When You'll See It
Used when the client sends an Expect: 100-continue header and the server agrees to accept the request.
Related Status Codes
Frequently Asked Questions
What does HTTP 100 mean?
HTTP 100 Continue means: The server has received the request headers and the client should proceed to send the request body.
When does a server return 100?
Used when the client sends an Expect: 100-continue header and the server agrees to accept the request.
Is 100 a client error or server error?
HTTP 100 is a Informational (1xx) response. This is an informational response sent before the final response.
Looking for all status codes in one place? Use the interactive HTTP Status Codes reference tool to search and browse all codes.