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 ?