diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-11-28 12:07:15 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-11-28 12:07:15 +0000 |
| commit | d5216a4fb72b3463bb145d6efbf0c107e6836c62 (patch) | |
| tree | a975785e404c570108050c0b7a4fb3ae6fccd9c4 /lib/libfetch/fetch.3 | |
| parent | fdff30d256e3cd6f6414902c4494b797308279aa (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/fetch.3')
| -rw-r--r-- | lib/libfetch/fetch.3 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index 109a422e6820..7600ef5afba1 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -511,6 +511,11 @@ variable. This variable is used if and only if connected to an HTTP proxy, and is ignored if a user and/or a password were specified in the proxy URL. +.It Ev HTTP_REFERER +Specifies the referer URL to use for HTTP requests. +If set to +.Dq auto , +the document URL will be used as referer URL. .It Ev HTTP_USER_AGENT Specifies the User-Agent string to use for HTTP requests. This can be useful when working with HTTP origin or proxy servers that |
