300

HTTP 300 Multiple Choices

3xx Redirection

  1. Home
  2. > HTTP Status Codes >
  3. > 3xx >
  4. 300
3xx Redirection RFC 7231, Section 6.4.1

What is HTTP 300 Multiple Choices?

The 300 (Multiple Choices) status code indicates that the target resource has more than one representation and the user or user agent can choose a preferred one. The server may include a list of available representations in the response body. This is rarely used in practice — most servers choose one redirect target automatically.

Common Use Cases

  • Content negotiation for different file formats
  • Choosing between language variants
Help2Code Logo
Menu