Annotation of embedaddon/curl/docs/cmdline-opts/location-trusted.d, revision 1.1
1.1 ! misho 1: Long: location-trusted
! 2: Help: Like --location, and send auth to other hosts
! 3: Protocols: HTTP
! 4: See-also: user
! 5: ---
! 6: Like --location, but will allow sending the name + password to all hosts that
! 7: the site may redirect to. This may or may not introduce a security breach if
! 8: the site redirects you to a site to which you'll send your authentication info
! 9: (which is plaintext in the case of HTTP Basic authentication).
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>