mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-29 01:31:19 +02:00
DOC: typo in 'redirect', 302 code meaning
302 means a temprary move, not a permanent one
This commit is contained in:
parent
17d228be14
commit
ea849c0cca
@ -6224,7 +6224,7 @@ redirect scheme <sch> [code <code>] <option> [{if | unless} <condition>]
|
|||||||
is desired. Only codes 301, 302, 303, 307 and 308 are supported,
|
is desired. Only codes 301, 302, 303, 307 and 308 are supported,
|
||||||
with 302 used by default if no code is specified. 301 means
|
with 302 used by default if no code is specified. 301 means
|
||||||
"Moved permanently", and a browser may cache the Location. 302
|
"Moved permanently", and a browser may cache the Location. 302
|
||||||
means "Moved permanently" and means that the browser should not
|
means "Moved temporarily" and means that the browser should not
|
||||||
cache the redirection. 303 is equivalent to 302 except that the
|
cache the redirection. 303 is equivalent to 302 except that the
|
||||||
browser will fetch the location with a GET method. 307 is just
|
browser will fetch the location with a GET method. 307 is just
|
||||||
like 302 but makes it clear that the same method must be reused.
|
like 302 but makes it clear that the same method must be reused.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user