There are multiple options for the resource that the client may follow.
The request has more than one possible response. The user agent or user should choose one of them.
Rarely used. Could be used to present different file format options for a video or document.
HTTP/1.1 300 Multiple Choices
Content-Type: text/html
<ul>
<li><a href="/video.mp4">MP4</a></li>
<li><a href="/video.webm">WebM</a></li>
</ul>- Code: 300
- Category: Redirection