The Ultimate Guide to HTTP Status Codes (100–599)
A complete reference guide to all HTTP status codes from 100 to 599, with explanations and common use cases.
Feb 28, 2026
3xx Redirection
The 306 (Unused) status code was used in a previous version of HTTP/1.1 specification for Switch Proxy. It is no longer used and is reserved.
The 306 status code is reserved and unused. It should never be implemented or returned by servers. If you encounter it in client code, treat it as an unknown/unexpected response.
// 306 is reserved and unused - do not implement