HTTP 308

Permanent Redirect

The request and all future requests should be repeated using another URI.

Status Type

Redirection (3xx)

Further action needs to be taken to complete the request

Common Scenarios

  • • Resource has moved
  • • Multiple choices available
  • • Temporary redirection needed
  • • Cached content is still valid

How to Fix This Error

Client errors can often be resolved by adjusting the request:

  • • Verify the URL is correct and properly formatted
  • • Check authentication credentials and permissions
  • • Ensure request headers and parameters are valid
  • • Try refreshing the page or clearing browser cache
  • • Contact the website administrator if problems continue