blitz-research/monkey2

httprequest improvement

Opened this issue · 1 comments

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.