2
0

location-trusted.d 493 B

123456789101112
  1. Long: location-trusted
  2. Help: Like --location, and send auth to other hosts
  3. Protocols: HTTP
  4. See-also: user
  5. Category: http auth
  6. Example: --location-trusted -u user:password $URL
  7. Added: 7.10.4
  8. ---
  9. Like --location, but will allow sending the name + password to all hosts that
  10. the site may redirect to. This may or may not introduce a security breach if
  11. the site redirects you to a site to which you will send your authentication
  12. info (which is plaintext in the case of HTTP Basic authentication).