On 02/02/2018 02:48 PM, Bill Putney wrote:
wget --post-data 'user=_/username/_&password=_/password/_'
http://www.xyz.org/downloads/Current.mp3
...Using the Firefox browser on the same Rivendell machine and filling
in the username and password in the pop-up then right-click and save
always works.
Hmm, using the POST method with this string is not the same thing as a
right-click then save in Firefox. Try this command instead:
wget --user=username --password=password
http://www.xyz.org/downloads/Current.mp3
Why it works in OS X I don't know, but the pop-up username/password
prompt from a right-click then save in Firefox is an authenticated GET
not a POST.
Hope that helps.__
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev