You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: