cancel
Showing results for 
Search instead for 
Did you mean: 

URL Validation

AkhilAllagadda
Level 2

Hi, I have 1000 urls and i need to check if each url is working or returns any error. Please suggest. I dont want to launch browers for each url and check .

1 REPLY 1

expertcr
Staff
Staff

Use a command  like this:
curl -I http://www.cnn.com

Make the process look for "Could not resolve" In that case, record the result, clear the screen, and move to the next one

Look how the response when looking for a good website and a bad one.
35490.png