Provide an argument to filter out certain HTTP error codes
spkane opened this issue · 4 comments
spkane commented
Make it possible to ignore a set of HTTP error codes, like -g 403,999
.
spkane commented
there might be another approach to handling/fixing this, but this is primarily being mentioned do to URLs like:
https://www.linkedin.com/in/spkane/ (which always returns an HTTP 999 to muffet
, despite being a valid URL) and
https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerLogs.html (which always returns an HTTP 403 to muffet
, despite being a valid URL)
spkane commented
Based on #292, being able to set some code to ignore and some to report/warn but not error on at a global level would be useful, in addition to eventually also being able to set this on a per-patter basis.