HTTP 3xx

302 Found

The resource is temporarily at a different URL. Unlike a 301, clients keep using the original URL for future requests.

3xx RedirectionCommonly seen

What causes it

  • A temporary redirect, for example to a maintenance page or a login flow.

How to fix it

Fine when the move is temporary. If it is permanent, use a 301 so search engines transfer ranking.

Example response

A typical raw HTTP response a client receives for a 302, with the headers this code is defined around.

HTTP/1.1 302 Found
Location: https://example.com/elsewhere
Content-Type: text/html; charset=utf-8

Know before your visitors do.

Sentinel checks your site around the clock from multiple regions and alerts you the moment it starts returning a 3xx error, so you can fix it before it costs you.