Back to HTTP Check Tool
3xx · Redirection

307Temporary Redirect

The resource is temporarily under a different URL, method and body not changed.

What is HTTP 307?

The 307 Temporary Redirect is similar to 302 but guarantees that the HTTP method and body won't change when redirected. If the original request was POST, the redirected request is also POST.

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • Temporary API endpoint migration
  • Maintaining POST data in redirect
  • Load balancer temporary routing

Quick Facts

Code307
Category3xx
TypeRedirection

Related 3xx Codes