From: Daniel Stenberg Date: Thu, 30 Nov 2000 08:08:23 +0000 (+0000) Subject: Added a small note about referer needing to be complete to comply to the X-Git-Tag: curl-7_5~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea3b6914cc4f8a28861dd34c84992ff8222bed29;p=thirdparty%2Fcurl.git Added a small note about referer needing to be complete to comply to the HTTP spec --- diff --git a/docs/MANUAL b/docs/MANUAL index ffd9fb0b66..d1c67442d2 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -282,6 +282,8 @@ REFERER curl -e www.coolsite.com http://www.showme.com/ + NOTE: The referer field is defined in the HTTP spec to be a full URL. + USER AGENT A HTTP request has the option to include information about the browser