Skip to main content
CalcHive

HTTP 100 Continue

Informational

The server has received the initial part of the request and the client should continue sending the rest of the request body.

Common Causes

  • Client sent an Expect: 100-continue header
  • Server acknowledges initial headers before body transmission

How to Fix

  • No action needed, this is a normal intermediate response
  • Continue sending the request body

Related Status Codes

Need to look up other HTTP status codes?

View the Full HTTP Status Code Reference