keecode logokeecode
500

Internal Server Error

Server Error

Description

A generic error message when the server encounters an unexpected condition

Common Usage

Catch-all for server-side errors; something went wrong on the server

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 500 Internal Server Error

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 500 Internal Server Error