How to use wget to download HTTP error pages?
Solution 1:
Parameter: --content-on-error
, available from wget 1.14:
If this is set to on, wget will not skip the content when the server responds with a http status code that indicates error.
Parameter: --content-on-error
, available from wget 1.14:
If this is set to on, wget will not skip the content when the server responds with a http status code that indicates error.