All HTTP status codes
HTTP 100 Continue
InformationalThe server received the request headers and the client should proceed to send the request body. Used with the Expect: 100-continue header on large uploads.
Defined in RFC 9110
Common causes
- Client sent an Expect: 100-continue header before a large upload
- Reverse proxy negotiating a request body transfer
How to fix it
Nothing to fix — proceed with sending the body
If uploads stall, check whether a proxy strips or mishandles the Expect header
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.