keecode logokeecode
308

Permanent Redirect

Redirection

Description

The request and all future requests should be repeated using another URI

Common Usage

Like 301 but guarantees the request method won't change

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 308 Permanent Redirect

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 308 Permanent Redirect