--- title: 500 Internal Server Error slug: Web/HTTP/Status/500 tags: - HTTP - Server error - Status code translation_of: Web/HTTP/Status/500 ---
하이퍼텍스트 전송 프로토콜 (HTTP) 500 Internal Server Error
서버 에러 응답 코드는 요청을 처리하는 과정에서 서버가 예상하지 못한 상황에 놓였다는 것을 나타냅니다.
이 에러 응답은 "서버 에러를 총칭하는"(catch-all) 구체적이지 않은 응답입니다. 종종, 서버 관리자들은 미래에 같은 에러를 발생하는 것을 방지하기 위해 500 상태 코드 같은 에러 응답들에 더 많은 자세한 내용을 남겨 둡니다.
500 Internal Server Error
Specification | Title |
---|---|
{{RFC("7231", "500 Internal Server Error" , "6.6.1")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
아래 보이는 정보는 MDN 의 Github 로부터 가져왔습니다.(https://github.com/mdn/browser-compat-data).
{{Compat("http.status.500")}}