blob: cd84e9d5a027df20f39a854072a0200b3846771d [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: 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.