Web Technologies (HTML, CSS, JavaScript, HTTP)
Identify the correct definition of HTTP status code 301.
- A. A software application used to access, retrieve, and display content on the World Wide Web.
- B. A web address that specifies the location of a resource on the internet and how to retrieve it.
- C. An HTTP response status indicating that the server understood the request but refuses to authorize it.
- D. An HTTP response status indicating that a resource has been permanently moved to a new URL. ✓
Correct answer
D. An HTTP response status indicating that a resource has been permanently moved to a new URL.
Explanation
HTTP status code 301 refers to an HTTP response status indicating that a resource has been permanently moved to a new URL.