Open Pharmhaus-2 opened 5 years ago
Original Author: jondecker76
wget should use the --content-on-error option, as a lot of REST APIs will return a server error, but still serve a valid response. Without this option, wget will ignore the response when an error is returned
Original Author: jondecker76
wget should use the --content-on-error option, as a lot of REST APIs will return a server error, but still serve a valid response. Without this option, wget will ignore the response when an error is returned