Which HTTP status code indicates that a requested resource has been permanently moved to a new URI?

Web Development Medium

Web Development — Medium

Which HTTP status code indicates that a requested resource has been permanently moved to a new URI?

Key points

  • 301 is the standard for permanent redirection
  • 302 indicates a temporary move
  • 308 preserves the original HTTP method

Ready to go further?

Related questions