From: Kamil Dudka Date: Tue, 9 Jul 2013 12:59:01 +0000 (+0200) Subject: curl.1: document the --post303 option in the man page X-Git-Tag: curl-7_32_0~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39e85d99feede7cc573902e8ab6b3dd759022d9c;p=thirdparty%2Fcurl.git curl.1: document the --post303 option in the man page --- diff --git a/docs/curl.1 b/docs/curl.1 index a130740352..f944092f18 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1043,6 +1043,13 @@ ubiquitous in web browsers, so curl does the conversion by default to maintain consistency. However, a server may require a POST to remain a POST after such a redirection. This option is meaningful only when using \fI-L, --location\fP (Added in 7.19.1) +.IP "--post303" +(HTTP) Tells curl to respect RFC 2616/10.3.2 and not convert POST requests +into GET requests when following a 303 redirection. The non-RFC behaviour is +ubiquitous in web browsers, so curl does the conversion by default to maintain +consistency. However, a server may require a POST to remain a POST after such +a redirection. This option is meaningful only when using \fI-L, --location\fP +(Added in 7.26.0) .IP "--proto " Tells curl to use the listed protocols for its initial retrieval. Protocols are evaluated left to right, are comma separated, and are each a protocol