]> sjero.net Git - wget/commitdiff
[svn] Document empty user-agent.
authorhniksic <devnull@localhost>
Fri, 6 May 2005 17:23:37 +0000 (10:23 -0700)
committerhniksic <devnull@localhost>
Fri, 6 May 2005 17:23:37 +0000 (10:23 -0700)
doc/ChangeLog
doc/wget.texi

index d5bb879454473260a63e89bdf683f87eba579768..0a468ae43e0a0ebda762c3e8fd2618f86c09c2ec 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (HTTP Options): Document empty user-agent.
+
 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * wget.texi (Download Options): Explain that the read timeout
index 9753e7c34b0908b30020beb0e4495a9737f6f1a8..aace0ec089d97377f515f0d26a23748a31c92d13 100644 (file)
@@ -1285,11 +1285,15 @@ number of Wget.
 
 However, some sites have been known to impose the policy of tailoring
 the output according to the @code{User-Agent}-supplied information.
-While conceptually this is not such a bad idea, it has been abused by
-servers denying information to clients other than @code{Mozilla} or
-Microsoft @code{Internet Explorer}.  This option allows you to change
-the @code{User-Agent} line issued by Wget.  Use of this option is
-discouraged, unless you really know what you are doing.
+While this is not such a bad idea in theory, it has been abused by
+servers denying information to clients other than (historically)
+Netscape or, more frequently, Microsoft Internet Explorer.  This
+option allows you to change the @code{User-Agent} line issued by Wget.
+Use of this option is discouraged, unless you really know what you are
+doing.
+
+Specifying empty user agent with @samp{--user-agent=""} instructs Wget
+not to send the @code{User-Agent} header in @sc{http} requests.
 
 @cindex POST
 @item --post-data=@var{string}