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
I am checking sitemap links and would like to have the test to return only 4xx and 5xx statuses. Anyways, the http statuses for a lot of 301s are reported as 404 instead, like
I am checking sitemap links and would like to have the test to return only 4xx and 5xx statuses. Anyways, the http statuses for a lot of 301s are reported as 404 instead, like
$ curl -I 'https://www.weightwatchers.com/us/article/10-min-barre-workout?bypasscache=1616690631' returns a 301 not a 404. This is reporting false positives.
would you guys be able to fix this to report correct status when it's 3xx'ing
The text was updated successfully, but these errors were encountered: