diff options
Diffstat (limited to 'docs/cmdline-opts/header.d')
-rw-r--r-- | docs/cmdline-opts/header.d | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/cmdline-opts/header.d b/docs/cmdline-opts/header.d index 762334fe4..90af7359e 100644 --- a/docs/cmdline-opts/header.d +++ b/docs/cmdline-opts/header.d @@ -31,9 +31,8 @@ Example: curl -H "X-First-Name: Joe" http://example.com/ \fBWARNING\fP: headers set with this option will be set in all requests - even -after redirects are followed, like when told with \fB-L, --location\fP. This -can lead to the header being sent to other hosts than the original host, so -sensitive headers should be used with caution combined with following -redirects. +after redirects are followed, like when told with --location. This can lead to +the header being sent to other hosts than the original host, so sensitive +headers should be used with caution combined with following redirects. This option can be used multiple times to add/replace/remove multiple headers. |