{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.devtools.tools"},{"@type":"ListItem","position":2,"name":"HTTP Status Codes","item":"https://www.devtools.tools/http-status"},{"@type":"ListItem","position":3,"name":"300 Multiple Choices","item":"https://www.devtools.tools/http-status/300"}]}All HTTP status codes
HTTP 300 Multiple Choices
RedirectionMore than one representation of the resource exists and the client should pick one. Rarely used — most servers pick a representation themselves.
Defined in RFC 9110
Common causes
- Content negotiation endpoints listing alternates
How to fix it
Prefer responding with a concrete representation plus a Vary header instead
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.