205
Reset Content
Success
Description
The server successfully processed the request and the user agent should reset the document view
Common Usage
Tells the client to clear a form after submission
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 205 Reset ContentcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 205 Reset ContentSuccess Response
This is a success response indicating the action was successfully received, understood, and accepted.
Related Success Codes
Other codes in the same category