Tags
URL Checker
Posted 01 November 2018 by Darren Welch
This was a tool I put together using Windows Presentation Foundation.
Previously staff had a large list of URLs that they would enter one-by-one into a browser to see if they were valid or not. They would then download the latest charity reports from the valid links.
This tool would:
- Create a list of URLs from the database.
- Run a HTTP Request to check if it received a valid response.
- Output the list of valid URLs in a spreadsheet.