diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-30 08:08:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-30 08:08:23 +0000 |
commit | ea3b6914cc4f8a28861dd34c84992ff8222bed29 (patch) | |
tree | 4c15bb64267ad03de2cec48b625e251b9f7fed93 /docs/MANUAL | |
parent | c8cd35e64043902ff5d16ea50d7e5d517cd13188 (diff) | |
download | curl-ea3b6914cc4f8a28861dd34c84992ff8222bed29.tar.gz |
Added a small note about referer needing to be complete to comply to the
HTTP spec
Diffstat (limited to 'docs/MANUAL')
-rw-r--r-- | docs/MANUAL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index ffd9fb0b6..d1c67442d 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 |