| Previous | Next |
| HTTP_E_STATUS_AMBIGUOUS | HTTP_E_STATUS_REDIRECT |
HTTP_E_STATUS_MOVED
HTTP_E_STATUS_MOVED maps to HTTP 301 Moved Permanently. The server indicates that the resource has been assigned a new permanent URI, normally supplied in the Location header.
What to check
- Update the configured endpoint, bookmarks, or generated links to the canonical URL.
- Verify that the redirect keeps the expected host, scheme, path, and query parameters.
- For requests with a body, verify the client redirect behavior explicitly; historical clients can change POST semantics on 301.
RFC 9110: 301 Moved Permanently
Looking for a different code? Search another status or error code.