Back to all status codes

100

Continue

Informational

Description

HTTP 100 Continue

The HTTP 100 Continue informational response status code indicates that the initial part of a request has been received and has not yet been rejected by the server.

When to use

The client should continue with a request or discard the 100 response if the request is already finished.

Examples

This status code is typically sent when a client sends a request with the Expect: 100-continue header, and the server is willing to receive the request body.

HTTP/1.1 100 Continue

HTTP/1.1 200 OK
Content-Type: application/json

{"success": true}

Status Code Image

HTTP 100 Continue

Direct image URL: https://httpbird.xyz/100 or https://httpbird.xyz/100.jpg