lightmy.day

Informational

HTTP 100: Continue

HTTP 100 means the server received the request headers and the client can continue.

Meaning

The server is telling the client to keep sending the request body.

Common causes

This appears when a client uses Expect: 100-continue before sending a large body.

What to check

Usually no fix is needed. If uploads stall, check proxy support for Expect handling.

Example response

HTTP/1.1 100 Continue

References

Related HTTP status codes

Nearby codes often answer the next debugging question.