Let say I have got a url
http://ex.com/blah?balchs
What I wanna do is to validate if the url is valid. The url
ex.com and /blah?balchs
How can I do this?
Also if I wanna validate if the domain exists and is up and running how do I do that? Also if I wanna validate if the url exists and is up and running how do I do that?