Which HTTP status code is returned when a requested web page is permanently…
2023
Which HTTP status code is returned when a requested web page is permanently moved to a new URL ?
- A.
200
- B.
500
- C.
301
- D.
404
Attempted by 183 students.
Show answer & explanation
Correct answer: C
The HTTP status code 301 Moved Permanently is used for permanent URL redirection. It informs browser clients, search engines, and scrapers that the requested resource has been definitively transferred to a brand-new, permanent location. Therefore, Option C is the correct answer.