Fix #22242: Option to allow auths before challenged.

This commit is contained in:
Micah Cowan
2008-02-10 17:31:27 -08:00
parent 70d762c4a4
commit 4c1a59ea48
7 changed files with 45 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
2008-02-10 Micah Cowan <micah@cowan.name>
* wget.texi <HTTP Options>: Added documentation of
--auth-no-challenge.
2008-02-06 Micah Cowan <micah@cowan.name>
* wget.ṫexi <Overview>: Remove references to no-longer-supported

View File

@@ -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