307
↪️ Redirection RFC 9110, Section 15.4.8
Temporary Redirect
The resource temporarily resides under a different URI. The method must not change.
Common Use
Modern, unambiguous temporary redirect. Unlike 302, guarantees the HTTP method (POST stays POST). Preferred for API redirects.
API Endpoint
https://codes.uncodigo.com/http/307 Example with curl
curl -i https://codes.uncodigo.com/http/307 Try It
GET /http/307 Click "Send Request" to see the response...
Related Headers
Location The temporary URI
Location: /api/v2/resource