Let’s say we have a list of 10 URLs in a text file.
We need to write a simple application that hits these pages over HTTP and verifies that we receive 200 OK status codes.
If we don’t receive 200OK on the first attempt, the application should do 4 additional retries. Every retry should be on a 5-second interval.