G
Guest
Hi
In order to test that if a web server is alive, I use webrequest.create(url)/weresponse.getresponse. This is a bit slow and i didn't find how to avoid webrequest going directly to catch (try/catch) when the url isn't correct.
So, is there another tool to test if an url is ok and alive
Thanks.
In order to test that if a web server is alive, I use webrequest.create(url)/weresponse.getresponse. This is a bit slow and i didn't find how to avoid webrequest going directly to catch (try/catch) when the url isn't correct.
So, is there another tool to test if an url is ok and alive
Thanks.