Web Technologies (HTML, CSS, JavaScript, HTTP)
What does HTTP status code 500 refer to?
- A. An architectural style for web services that uses standard HTTP methods to operate on resources.
- B. A programming language that enables interactive and dynamic behavior on web pages.
- C. An HTTP response status indicating that a generic server-side error occurred. ✓
- D. A browser security mechanism that controls whether a web page can request resources from a different origin.
Correct answer
C. An HTTP response status indicating that a generic server-side error occurred.
Explanation
HTTP status code 500 refers to an HTTP response status indicating that a generic server-side error occurred.