mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
Fix #22242: Option to allow auths before challenged.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user