From 89c12b19f9e42976c9c205cd1a42bb2e148b3235 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 29 Mar 2013 19:28:11 +0100 Subject: [PATCH 38/42] DOC: mention the new HTTP 307 and 308 redirect statues (cherry picked from commit b67fdc4cd8bde202f2805d98683ddab929469a05) --- doc/configuration.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 20b89c2..9a99267 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -309,6 +309,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) @@ -4057,12 +4059,14 @@ redirect prefix [code ]