Bug 11646

Summary: Allow digest authentication with wget
Product: Busybox Reporter: Orsiris de Jong <contact>
Component: NetworkingAssignee: unassigned
Status: NEW ---    
Severity: enhancement CC: busybox-cvs
Priority: P5    
Version: 1.30.x   
Target Milestone: ---   
Hardware: All   
OS: Windows   
Host: Target:
Build:

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.