Skip to content
3xx · Redirection

306 Switch Proxy

A reserved, unused status code that no longer carries any meaning.

What it means

HTTP 306 was used in an early draft of the HTTP specification but the meaning it had then was dropped. The code number is now reserved and carries no defined behaviour. It exists only so the number is not reassigned to something new.

When it happens

It does not happen in practice. No server should send it and no client acts on it; it lives on purely as a reserved slot in the status-code registry.

How to fix it

  • Nothing to do — 306 is reserved and unused, so you will not encounter it legitimately.
  • If something emits 306, treat it as a server bug and replace it with a valid status.

SEO impact

None. It is a reserved code with no behaviour, so it never appears in real crawling or indexing.

Check it with Sitewell

Find out which of your URLs return 306

Paste a list of URLs and Sitewell checks the status code of every one at once — free and without signup.

Related codes

Related guides