1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: location-trusted
5Help: Like --location, but send auth to other hosts
6Protocols: HTTP
7Category: http auth
8Added: 7.10.4
9Multi: boolean
10See-also:
11  - user
12Example:
13  - --location-trusted -u user:password $URL
14---
15
16# `--location-trusted`
17
18Like --location, but allows sending the name + password to all hosts that the
19site may redirect to. This may or may not introduce a security breach if the
20site redirects you to a site to which you send your authentication info (which
21is clear-text in the case of HTTP Basic authentication).
22