~/devtools / http-status / 100
tool::http-status-detail

100 Continue

Client should continue with the request.

ad · 728×90
Status Code
100
Name
Continue
Category
1xx

Detailed Explanation

HTTP 100 Continue is an interim response indicating that the server has received the request headers and the client should proceed with the request body. It is used in the Expect: 100-continue mechanism, where a client checks whether the server will accept a large payload before actually sending it, avoiding unnecessary data transfer if the request would be rejected.

Common Causes
  • The client sent a request with an Expect: 100-continue header and the server approved it
  • A client is about to upload a large file and is verifying the server is ready
  • An HTTP/1.1 client is optimizing a large POST by pre-checking acceptance
How to Fix
  • 1.100 is a normal interim response — no fix needed
  • 2.The client should continue sending the request body after receiving 100
  • 3.If the server returns 417 instead, retry the request without the Expect header

Related HTTP Headers

Expect

Response Example

HTTP/1.1 100 Continue

Related Status Codes

101Switching ProtocolsServer is switching protocols as requested.102ProcessingServer has received the request but has not yet completed it.103Early HintsUsed to preload resources while the server is still processing.
ad · 300×250
Back to all status codes
// related tools
Cron Expression Generator
Build and parse cron expressions visually. Generate human-readable descriptions and preview next execution times.
jwt
JWT Decoder
Decode and inspect JWT tokens. View header, payload, and signature details.
rx
Regex Tester
Test regular expressions with live matching, group highlighting, and explanations.
Color Converter
Convert colors between HEX, RGB, HSL, and more. Pick colors visually.