300
↪️ Redirection RFC 9110, Section 15.4.1

Multiple Choices

The request has multiple possible responses. The user-agent or user should choose one.

Common Use

Rare in APIs. Sometimes used for content negotiation (different formats available) or when a resource exists at multiple locations.

API Endpoint

https://codes.uncodigo.com/http/300

Example with curl

curl -i https://codes.uncodigo.com/http/300

Try It

GET /http/300
Click "Send Request" to see the response...