mirror of
https://github.com/curl/curl.git
synced 2026-05-06 02:17:27 +03:00
curl.1: document the --post303 option in the man page
This commit is contained in:
parent
3a0e931fc7
commit
39e85d99fe
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue