mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Document empty user-agent.
This commit is contained in:
parent
302c744e9a
commit
110e13d093
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user