mirror of
https://github.com/curl/curl.git
synced 2026-07-27 10:57:19 +03:00
docs: fix grammar
Fixes https://github.com/curl/curl/issues/7444 Fixes https://github.com/curl/curl/issues/7451 Fixes https://github.com/curl/curl/issues/7465 Closes https://github.com/curl/curl/pull/7495
This commit is contained in:
parent
2a4bf88699
commit
4d145346ae
4 changed files with 13 additions and 10 deletions
|
|
@ -14,7 +14,7 @@ intercept the user+password. See also --location-trusted on how to change
|
|||
this. You can limit the amount of redirects to follow by using the
|
||||
--max-redirs option.
|
||||
|
||||
When curl follows a redirect and if the request is a POST, it will do the
|
||||
When curl follows a redirect and if the request is a POST, it will send the
|
||||
following request with a GET if the HTTP response was 301, 302, or 303. If the
|
||||
response code was any other 3xx code, curl will re-send the following request
|
||||
using the same unmodified method.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue