blob: 8d19416d70010aac750b24557464f83fe04e7d83 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: location-trusted
4Help: Like --location, and send auth to other hosts
5Protocols: HTTP
6See-also: user
7Category: http auth
8Example: --location-trusted -u user:password $URL
9Added: 7.10.4
10Multi: boolean
11---
12Like --location, but will allow sending the name + password to all hosts that
13the site may redirect to. This may or may not introduce a security breach if
14the site redirects you to a site to which you will send your authentication
15info (which is plaintext in the case of HTTP Basic authentication).