location-trusted.d 588 B

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