HTTP 205 Lab

HTTP 205 Reset Content indicates the server successfully processed the request and returned a final response. It confirms transport-level success for this request, but it does not guarantee business-level correctness, cacheability, or that downstream side effects completed.

Try it (live endpoint)

Response includes the status code, standard headers (including Content-Type), and a small diagnostic JSON body describing the request and returned status.

Simulator URL (copy in the app after load — not a normal link):

https://httpstatus.com/api/status/205

Example request:

curl -i "https://httpstatus.com/api/status/205"
Try in playground