Search tools

Find a tool by name or what it does.

417Expectation Failed

The server cannot meet the expectation set in the request Expect header.

Browse all HTTP status codes

When you see it

Effectively only when a client sends Expect: 100-continue and something in the chain will not honour it. Rare, and normally resolved by not sending the Expect header at all.

Older proxies are the usual culprit, since the expectation has to be understood by every hop between client and server. If a request works directly but fails through a proxy, the Expect header is worth removing first.

Look up another one

Open

Type a code, a partial code like 40, or any word from a name or description. Everything runs in your browser.

Filter
Copy format
Status codes

69 of 69 codes. Click a row to copy it.

1xx Informational (4)
2xx Success (10)
3xx Redirection (8)
4xx Client errors (31)
5xx Server errors (16)