Commit ea3b6914 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added a small note about referer needing to be complete to comply to the

HTTP spec
parent c8cd35e6
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -282,6 +282,8 @@ REFERER


        curl -e www.coolsite.com http://www.showme.com/
        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
USER AGENT


  A HTTP request has the option to include information about the browser
  A HTTP request has the option to include information about the browser