All HTTP status codes

HTTP 100 Continue

Informational

The 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

  1. Nothing to fix — proceed with sending the body

  2. If uploads stall, check whether a proxy strips or mishandles the Expect header

Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.