File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / cmdline-opts / referer.d
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>