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.

Giao thức liên quan

Được đề cập trong hướng dẫn

Tình huống liên quan

Được định nghĩa trong

Hướng dẫn quyết định

Xem thêm