{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.devtools.tools"},{"@type":"ListItem","position":2,"name":"HTTP Status Codes","item":"https://www.devtools.tools/http-status"},{"@type":"ListItem","position":3,"name":"100 Continue","item":"https://www.devtools.tools/http-status/100"}]}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.