mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
docs: Remove that --proto is just used for initial retrieval
.. and add that --proto-redir and CURLOPT_REDIR_PROTOCOLS do not override protocols denied by --proto and CURLOPT_PROTOCOLS. - Add a test to enforce: --proto deny must override --proto-redir allow Closes https://github.com/curl/curl/pull/1031
This commit is contained in:
parent
82279c82c8
commit
36e53ec6ff
4 changed files with 73 additions and 7 deletions
12
docs/curl.1
12
docs/curl.1
|
|
@ -1354,10 +1354,9 @@ 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
|
||||
name or 'all', optionally prefixed by zero or more modifiers. Available
|
||||
modifiers are:
|
||||
Tells curl to limit what protocols it may use in the transfer. Protocols are
|
||||
evaluated left to right, are comma separated, and are each a protocol name or
|
||||
'all', optionally prefixed by zero or more modifiers. Available modifiers are:
|
||||
.RS
|
||||
.TP 3
|
||||
.B +
|
||||
|
|
@ -1414,8 +1413,9 @@ for details.
|
|||
|
||||
(Added in 7.45.0)
|
||||
.IP "--proto-redir <protocols>"
|
||||
Tells curl to use the listed protocols on redirect. See --proto for how
|
||||
protocols are represented.
|
||||
Tells curl to limit what protocols it may use on redirect. Protocols denied by
|
||||
--proto are not overridden by this option. See \fI--proto\fP for how protocols
|
||||
are represented.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue