I have a bunch of URLs and I'm trying to check if these URLs are valid (check for errors like 404 etc.). In such a scenario, which URLs are considered valid?
Example scenarios:
- The server responds with HTTP 3XX (Moved permanently/temporarily)
Are these URLs considered valid ?
I found this information in Wikipedia.
and some unofficial codes specific for client agent or webserver.
So not all
3XX
codes are errors.