mirror of
https://github.com/curl/curl.git
synced 2025-09-10 22:22:43 +03:00
docs/cmdline-opts/location.md: fix typos for location flag
Closes #16110
This commit is contained in:
parent
f3920c7924
commit
f6da27052e
|
@ -19,13 +19,13 @@ Example:
|
||||||
|
|
||||||
If the server reports that the requested page has moved to a different
|
If the server reports that the requested page has moved to a different
|
||||||
location (indicated with a Location: header and a 3XX response code), this
|
location (indicated with a Location: header and a 3XX response code), this
|
||||||
option makes curl redo the request on the new place. If used together with
|
option makes curl redo the request to the new place. If used together with
|
||||||
--show-headers or --head, headers from all requested pages are shown.
|
--show-headers or --head, headers from all requested pages are shown.
|
||||||
|
|
||||||
When authentication is used, or send cookie with `-H Cookie:`, curl only sends
|
When authentication is used, or when sending a cookie with `-H Cookie:`, curl
|
||||||
its credentials to the initial host. If a redirect takes curl to a different
|
only sends its credentials to the initial host. If a redirect takes curl to a
|
||||||
host, it does not get the credentials pass on. See --location-trusted on how
|
different host, it does not get the credentials passed on. See
|
||||||
to change this.
|
--location-trusted on how to change this.
|
||||||
|
|
||||||
Limit the amount of redirects to follow by using the --max-redirs option.
|
Limit the amount of redirects to follow by using the --max-redirs option.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user