HTTP Status Codes
HTTP 306 Unused
306 Unused
This status code is reserved and currently unused.
Observed message
306 Unused
Why it happens
- The server wants the client to follow a redirect or choose an alternate representation.
- Application routing, canonical URL logic, or a proxy generated a redirection response.
- Caching or protocol handling may affect how the redirect is interpreted and followed.
How to fix it
- Treat the response as an implementation-specific or unexpected server behavior and inspect the stack returning it.
- Check whether a proxy, framework, or custom application code is emitting a reserved or unused status code.
- Prefer a currently assigned status code if you control the application or API returning the response.