HTTP 307 Temporary Redirect
RedirectionThe request should be repeated at a different URL, but the HTTP method must not change. Unlike 302, this guarantees method preservation.
Common Causes
- HTTPS redirect from HTTP
- Load balancer routing
- Temporary URL change preserving POST data
How to Fix
- Follow the redirect using the same HTTP method
- If the redirect is permanent, use 308 instead
Related Status Codes
Need to look up other HTTP status codes?
View the Full HTTP Status Code Reference