HTTP 307

Temporary Redirect

The request should be repeated with another URI but future requests should use the original 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