3xx Redirection

Redirection messages

Further action is needed to complete the request, usually following a Location header to another URL.

The important distinctions in the 3xx range are permanence and method preservation. 301 and 308 are permanent and transfer ranking signals; 302, 303, and 307 are temporary. 307 and 308 preserve the request method and body, while 301, 302, and 303 allow or require a rewrite to GET.

304 Not Modified is the odd one out: it is a cache validation response rather than a redirect, and it carries no body at all.

Codes in this class