mirror of
https://github.com/curl/curl.git
synced 2026-07-03 01:47:22 +03:00
location: fix typo
Follow-up to 5fcf96930e
Bug: https://github.com/curl/curl/pull/14471#pullrequestreview-2244131475
Reported-by: Joshix-1 on github
This commit is contained in:
parent
5fcf96930e
commit
47a4864718
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ option makes curl redo the request on the new place. If used together with
|
|||
|
||||
When authentication is used, or send cookie with `-H Cookie:`, curl only sends
|
||||
its credentials to the initial host. If a redirect takes curl to a different
|
||||
host, it does not get the credentials pass on. See also--location-trusted on
|
||||
how to change this.
|
||||
host, it does not get the credentials pass on. See --location-trusted on how
|
||||
to change this.
|
||||
|
||||
Limit the amount of redirects to follow by using the --max-redirs option.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue