300 Multiple Choices

3xx Redirection. The request has more than one possible response; the client should choose one.

3xx Redirection

What it means

The request has more than one possible response; the client should choose one.

Common causes

Rarely used in practice — some servers use it for content negotiation with multiple representations.

How to fix it

Check the response body for a list of available options and choose the appropriate one.

Frequently asked questions

What does HTTP 300 mean?

The request has more than one possible response; the client should choose one.

What causes a 300 Multiple Choices?

Rarely used in practice — some servers use it for content negotiation with multiple representations.

How do I fix a 300 error?

Check the response body for a list of available options and choose the appropriate one.

Other 3xx Redirection codes