X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=doc%2Fwget.texi;h=008e1809e438a711024b4dad0fd9eae65b204821;hp=8d1a14825f99ad0e56140269ca1ec2c2bf0d7cb3;hb=4c1a59ea4807d3d27a41d82e7ab37b6ded92b355;hpb=70d762c4a43f912baa8c2df012afb0319acce043 diff --git a/doc/wget.texi b/doc/wget.texi index 8d1a1482..008e1809 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -1359,6 +1359,18 @@ This option is useful for some file-downloading CGI programs that use @code{Content-Disposition} headers to describe what the name of a downloaded file should be. +@cindex authentication +@item --auth-no-challenge + +If this option is given, Wget will send Basic HTTP authentication +information (plaintext username and password) for all requests, just +like Wget 1.10.2 and prior did by default. + +Use of this option is not recommended, and is intended only to support +some few obscure servers, which never send HTTP authentication +challenges, but accept unsolicited auth info, say, in addition to +form-based authentication. + @end table @node HTTPS (SSL/TLS) Options