{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.devtools.tools"},{"@type":"ListItem","position":2,"name":"HTTP Status Codes","item":"https://www.devtools.tools/http-status"},{"@type":"ListItem","position":3,"name":"205 Reset Content","item":"https://www.devtools.tools/http-status/205"}]}All HTTP status codes
HTTP 205 Reset Content
SuccessLike 204, but additionally tells the client to reset the document view — e.g. clear the form that produced the request.
Defined in RFC 9110
Common causes
- Form-submission endpoints that want the UI cleared afterwards
How to fix it
Nothing to fix — handle it like 204 plus a UI reset
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.