Bug 11646 - Allow digest authentication with wget
Summary: Allow digest authentication with wget
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.30.x
Hardware: All Windows
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-28 15:30 UTC by Orsiris de Jong
Modified: 2019-01-28 15:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Orsiris de Jong 2019-01-28 15:30:15 UTC
Hello,

I've been playing a lot with busybox lately, using it as toolkit in order to write a small "rescue" script for a program, that connects to a server and makes reports, or downloads the program again.

Since curl is not included in busybox, I rely on the wget implementation, which does allow to post data, and make basic authentification.

It would be really nice if the included wget implementation could include digest authentication in order for passwords not being sent.

Thank you.