[Bug 6836] wget redirected page use wrong authentication info

bugzilla at busybox.net bugzilla at busybox.net
Tue Feb 11 10:29:14 UTC 2014


https://bugs.busybox.net/show_bug.cgi?id=6836

--- Comment #8 from Denys Vlasenko <vda.linux at googlemail.com> 2014-02-11 10:29:12 UTC ---
(In reply to comment #6)
> Yes, GNU wget only sends Authorization after 401, but doesn't reuse the
> credentials in the original URL.

What happens when the following occurs:

- wget contacts the server with normal request
- server responds with 401
- wget resends request, this time with Authorization: header with username/pwd
from URL
- server responds with 302
- wget resends normal request
- server responds with 401
- wget resends request with Authorization: header with WHICH username/pwd?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list