keecode logokeecode
307

Temporary Redirect

Redirection

Description

The request should be repeated with another URI but future requests should still use the original URI

Common Usage

Similar to 302 but guarantees the request method won't change

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 307 Temporary Redirect

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 307 Temporary Redirect