HTTP 303

See Other

The response to the request can be found under another URI using the GET method.

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