keecode logokeecode
300

Multiple Choices

Redirection

Description

Indicates multiple options for the resource from which the client may choose

Common Usage

Rarely used; server provides a list of resource representations

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 300 Multiple Choices

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 300 Multiple Choices