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