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 ChoicescURL Example
curl -I https://example.com
# Returns: HTTP/1.1 300 Multiple ChoicesRedirection Response
This is a redirection response indicating further action needs to be taken to complete the request.
Related Redirection Codes
Other codes in the same category