I have bunch of URLs and im trying to check if these URLs are Valid(Errors like 404 etc).In such a scenario what URLs are considered as Valid?
Example Scenarios
- The server responds with some HTTP 3XX Error(Moved Permanently/Temporary)
- Redirect
Are these URLs considered Valid ? For example the URL http://www.acoss.fr Redirects to http://www.acoss.fr/home.html Is this URL Considered as 'Valid' ?
Another case http://www.cadastre.gouv.fr/ Responds with 301(Moved Permanently) to https://www.cadastre.gouv.fr/scpc/accueil.do
Is this URL Considered 'Valid'?