HTTP 300 Multiple Choices indicates the client must use a different URI to complete the intent. Redirect correctness depends on Location and caching headers, and different clients handle redirects differently—especially for non-GET requests.
Response includes the status code, standard headers (including Content-Type), and a small diagnostic JSON body describing the request and returned status.
curl -i "https://httpstatus.com/api/status/300"The request has more than one possible representation. The client should choose one (rarely used in practice).
On this code, Inspector focuses on semantics, headers, and correctness warnings that commonly affect clients and caches.