Concept Flow - 301 and 302 redirects
Client sends HTTP request
Server checks resource location
Resource moved
Send 301 Redirect
Client updates URL
Client requests new URL
When a client requests a URL, the server can respond with a 301 or 302 redirect to tell the client the resource has moved permanently or temporarily, guiding the client to the new URL.