diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-12-11 16:18:05 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-12-11 16:18:05 +0000 |
| commit | fe9a265482caccadcadfd5858bb06189654a2e4a (patch) | |
| tree | 54f04512f2f463512c6106cc71bdca7a77406281 /lib/libfetch/fetch.3 | |
| parent | 7ab63ceb9debaf9d0df3834d36cac4087fc46d15 (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 |
