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.

संबंधित प्रोटोकॉल

यह भी देखें