From: Willy Tarreau Date: Fri, 29 Mar 2013 18:28:11 +0000 (+0100) Subject: DOC: mention the new HTTP 307 and 308 redirect statues X-Git-Tag: v1.5-dev18~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b67fdc4cd8bde202f2805d98683ddab929469a05;p=thirdparty%2Fhaproxy.git DOC: mention the new HTTP 307 and 308 redirect statues --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 5254527651..805a7ebd2f 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -317,6 +317,8 @@ Haproxy may emit the following status codes by itself : 301 when performing a redirection, depending on the configured code 302 when performing a redirection, depending on the configured code 303 when performing a redirection, depending on the configured code + 307 when performing a redirection, depending on the configured code + 308 when performing a redirection, depending on the configured code 400 for an invalid or too large request 401 when an authentication is required to perform the action (when accessing the stats page) @@ -4591,12 +4593,14 @@ redirect scheme [code ]