I tried to validate url links
i.e.1, "www.harvestads depot.com/nytjobs/outgoing/8667835.h
tm"
with the below coding
----------------------
Dim myRequest As HttpWebRequest = HttpWebRequest. Create
("http://www.harvestadsd epot.com/nytjobs/outgoing/8667835.
htm")
Dim myResponse As HttpWebResponse = myRequest.GetRe sponse
()
myResponse.Clos e()
but I got "Invalid URI: The format of the URI could not
be determined" error, but the link is exist
can any of you help me, how to validate those links
i.e.1, "www.harvestads depot.com/nytjobs/outgoing/8667835.h
tm"
with the below coding
----------------------
Dim myRequest As HttpWebRequest = HttpWebRequest. Create
("http://www.harvestadsd epot.com/nytjobs/outgoing/8667835.
htm")
Dim myResponse As HttpWebResponse = myRequest.GetRe sponse
()
myResponse.Clos e()
but I got "Invalid URI: The format of the URI could not
be determined" error, but the link is exist
can any of you help me, how to validate those links
Comment