3xx Redirects
Last updated Jun 09, 2026

What is HTTP Status Code 306? - Switch Proxy

Benjamin Bouchet
Benjamin Bouchet
Get your free
Abstract
 API key now
stars rating
4.8 from 1,863 votes
See why the best developers build on Abstract
START FOR FREE
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
No credit card required

The HTTP Status Code 306 originally meant that subsequent requests should use the specified proxy.

Note that HTTP Status Code 306 is no longer used.

Frequently Asked Questions

What does HTTP 306 mean?

HTTP 306 is a redirect status code originally named "Switch Proxy." It was designed to tell a client that subsequent requests should be routed through a specified proxy server. The code is now obsolete and is no longer used in modern HTTP implementations.

Why is HTTP 306 no longer used?

The 306 status code was removed from active use because neither the code nor the associated proxy-switching behavior was ever fully standardized. It was also considered a security risk, which led to it being dropped from the HTTP/1.1 specification. Today it is officially reserved but unused.

When would a server return a 306 response?

No modern server or browser issues or processes a 306 response. If you encounter it, it almost certainly indicates a misconfiguration in a legacy system. The code was defined in an early HTTP/1.1 draft and deprecated before widespread adoption.

How is HTTP 306 different from 301, 307, or 308?

Unlike 301, 307, and 308 — which are active redirect codes that instruct clients to fetch a resource at a new URL — 306 was specifically about switching to a different proxy server, not redirecting to a new resource location. Those three codes remain valid and widely supported; 306 does not.

Should I implement HTTP 306 in my API or server?

No. HTTP 306 is obsolete and should never be issued by a modern server or API. No current HTTP client will process it correctly. If you need to redirect clients or signal a proxy change, use an active redirect code such as 307 or 308 instead.

What should I do if I encounter a 306 status code?

A 306 response in a live system almost always points to a misconfigured or legacy component. Investigate the server or proxy that is emitting it and update its configuration to use a current, supported status code. Because no modern client acts on 306, the response will likely be ignored or cause unexpected behavior.

Get your free
API
key now
stars rating
4.8 from 1,863 votes
See why the best developers build on Abstract
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
No credit card required