← All status codes
2xx Success
205
Reset Content
The request succeeded and the client should reset its view.
What it means
A 205 Reset Content response tells the client that the request succeeded and the user agent should reset the document view, such as clearing a form so the user can enter another entry.
Common causes
- A form submission succeeded and the server is asking the client to clear the form.
How to fix it
- No action needed. The client should reset the relevant document view.
Test a URL and see its actual status code now.
Open the checker →