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
So a 401 (Unauthorized) is logged for all redirected pages, which is okay, but not perfect :) Wouldn't I usually be interested in the end status code after all redirects? I'd say the tool should either:
Blindly follow all redirects and only log the last status code.
Inform about redirects and additionally log the last status code.
The text was updated successfully, but these errors were encountered:
If I run the checker on a password-protected page, where I defined redirects for some pages, I get the following output:
So a 401 (Unauthorized) is logged for all redirected pages, which is okay, but not perfect :) Wouldn't I usually be interested in the end status code after all redirects? I'd say the tool should either:
The text was updated successfully, but these errors were encountered: