1Long: referer 2Short: e 3Arg: <URL> 4Protocols: HTTP 5Help: Referrer URL 6See-also: user-agent header 7--- 8Sends the "Referrer Page" information to the HTTP server. This can also be set 9with the --header flag of course. When used with --location you can append 10";auto" to the --referer URL to make curl automatically set the previous URL 11when it follows a Location: header. The \&";auto" string can be used alone, 12even if you don't set an initial --referer. 13 14If this option is used several times, the last one will be used. 15