← All status codes
3xx Redirection
300
Multiple Choices
The request has multiple possible responses to choose from.
What it means
A 300 Multiple Choices response indicates the requested resource has more than one available representation, and the user or client should choose between them. This is rarely used in practice.
Common causes
- The server has multiple versions of a resource, such as different languages or formats.
- Content negotiation could not automatically pick a single response.
How to fix it
- The client should select one of the options listed in the response.
Test a URL and see its actual status code now.
Open the checker →