2xx SuccessHTTP Status Code Reference
HTTP 205 Reset Content— What It Means, Causes & How to Fix It
The server has fulfilled the request and the client should reset the document view. This is used to tell the browser to clear the form that caused the request to be sent.
Live URL Status Checker
Enter any URL to see its real HTTP response code
Common Causes
- Form submitted successfully, form should be cleared
- Document editing session reset
- Client state should return to initial view
How to Fix
- 1No fix needed — this instructs the client to reset its view
- 2Ensure the client properly clears form fields on this response
- 3Consider using 204 if no view reset is required
Example
HTTP 205 Reset Content
POST /form-submit HTTP/1.1 → 205 Reset Content → Browser clears the form fields
Related Success Codes
Commonly Referenced Status Codes
The most frequently searched HTTP status codes