26-04-23 05:46 PM
Hi I have a 1000 urls and i need to check if each url is working or returns any error, how can i do that. Please suggest
26-04-23 08:05 PM
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.
01-05-23 10:14 PM
Hi @AkhilAllagadda to validate broken Url.
Create 1 blue prism process and put url in above mention url textbox and validate.
You will get result at downside.
Please let me know if you need any help from myside.
@AkhilAllagadda