diff options
author | Kamil Dudka <kdudka@redhat.com> | 2013-07-09 14:59:01 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2013-07-09 15:18:39 +0200 |
commit | 39e85d99feede7cc573902e8ab6b3dd759022d9c (patch) | |
tree | 46136728a4aa3c5ec8d9b70ff5d12393720676ed /docs/curl.1 | |
parent | 3a0e931fc715a80004958794a96b12cf90503f99 (diff) |
curl.1: document the --post303 option in the man page
Diffstat (limited to 'docs/curl.1')
-rw-r--r-- | docs/curl.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index a13074035..f944092f1 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 <protocols>" 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 |