From b67fdc4cd8bde202f2805d98683ddab929469a05 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 29 Mar 2013 19:28:11 +0100 Subject: [PATCH] DOC: mention the new HTTP 307 and 308 redirect statues --- doc/configuration.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 525452765..805a7ebd2 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 ]