Home HTTP Status Codes 100 Continue

100 Continue

Informational

This interim response indicates that the client should continue the request or ignore the response if the request is already finished.

Explanation

The 100 (Continue) status code indicates that the initial part of a request has been received and has not yet been rejected by the server. The server intends to send a final response after the request has been fully received and processed.

In cases where the client sends a large request body, it can be inefficient to send the entire body only to have the request rejected due to issues such as invalid headers. To avoid this, clients can send the Expect: 100-continue header to check if the server will accept the request before sending the full body.

Example Response

HTTP/1.1 100 Continue

[client continues with request]

Check where URLs redirect to with our free URL redirect checker.

Check URL Redirects