Feature #4556
Fall back to curl if wget not found
Start date:
08/20/2013
Due date:
% Done:
0%
Estimated time:
Stakeholders:
Description
Based on a suggestion from a site admin at a Tier 2:
I would add as a suggestion to fall back to "curl" if "wget" is not found on
a node, would this be possible somehow?
History
#1 Updated by Derek Weitzel over 6 years ago
Just a note, so you don't repeat problems others have had. Note that Curl, by default, ignores http_proxy (sends a no-cache option in the HTTP request). Therefore, you have to give it the option -H "Pragma:"
so curl will not send the no-cache option.