HTTP Status Codes - Yash-777/MyWorld GitHub Wiki
🗂️ HTTP 3XX Status Code's
301 Moved Permanently: The server is issuing a permanent redirect: the requested resource has moved to a new URL provided in the Location header. Clients (browsers, search engines) should update their references to this new URL accordingly. Quick Reference Table of Common HTTP Redirect Status Codes:
The URL https://infrastructure.aws/ issues an HTTP 301 Moved Permanently redirect. This status code indicates that the requested resource has been permanently moved to a new location. The browser or client is automatically redirected to the new URL, which is typically provided in the Location header of the response. 301 Redirects are commonly used for:
As of the latest check, https://infrastructure.aws/ redirects to another AWS-managed page or resource, ensuring users reach the intended destination. |