Redirection
HTTP 300: Multiple Choices
HTTP 300 means multiple response choices are available.
Meaning
The server has more than one representation or destination for the request.
Common causes
Content negotiation or multiple resource variants can trigger this response.
What to check
Choose a specific URL or representation, or configure the server to pick a default.
Example response
HTTP/1.1 300 Multiple ChoicesReferences
Related HTTP status codes
Nearby codes often answer the next debugging question.