205 Reset Content
Success that also instructs the client to reset its view, such as clearing a form for the next entry. Like 204, it carries no body.
What it means
205 Reset Content succeeds and additionally asks the user agent to reset the document that sent the request — typically to clear a form so the user can enter another record. It must not include a body.
Why it matters
- It supports rapid repeated data entry by signalling a form reset in one round trip.
Common mistakes
- Assuming browsers universally act on 205 — support is inconsistent, so it is rarely relied upon.
- Including a body, which violates the spec.
How WebInspect checks this
- WebInspect reports the status and flags a body sent with a bodiless status code.