monkey2
monkey2 copied to clipboard
httprequest improvement
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
Fixed with 2d4babc, issue can be closed.