What HTTP 307 means
RFC 9110 §15.4.8. Like 302 but the client must use the same method on the redirect target. POST stays POST.
Typical causes
- Maintenance redirect preserving POST/PUT
- Geo redirect
307 3xx RFC 9110 §15.4.8 Temporary redirect that preserves the HTTP method (unlike 302).
RFC 9110 §15.4.8. Like 302 but the client must use the same method on the redirect target. POST stays POST.