HTTP Concepts

Redirect

An HTTP mechanism where the server instructs the client to request a different URL. Redirects use 3xx status codes: 301 (Moved Permanently), 302 (Found), 303 (See Other), 307 (Temporary Redirect), and 308 (Permanent Redirect). The target URL is specified in the Location response header. Redirect chains (multiple consecutive redirects) hurt performance and SEO.

関連プロトコル

ガイドで言及されています

関連シナリオ

定義元

意思決定ガイド

関連項目