Error AtlasError Documentation and Resolution

HTTP 306 Unused

306 Unused

This status code is reserved and currently unused.

306 Unusedgeneral
306 Unused
  • 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.
  1. Treat the response as an implementation-specific or unexpected server behavior and inspect the stack returning it.
  2. Check whether a proxy, framework, or custom application code is emitting a reserved or unused status code.
  3. Prefer a currently assigned status code if you control the application or API returning the response.
IANA: HTTP Status Code Registry
306 Unused: what it means and how to fix it | Error Atlas