gchq
Well-known member
- Joined
- Dec 14, 2007
- Messages
- 168
- Programming Experience
- 10+
Hi there
I can validate a URL by using HttpWebRequest and HttpWebResponse.
I would like to go one stage further and ensure that the actual page is valid and not returning 'Cannot find server or DNS Error'
The main problem is that (for this - video stream pages) it's an IP address that is specified, not a domain name - so a DNS check is also out!
Any ideas
Thanks
I can validate a URL by using HttpWebRequest and HttpWebResponse.
I would like to go one stage further and ensure that the actual page is valid and not returning 'Cannot find server or DNS Error'
The main problem is that (for this - video stream pages) it's an IP address that is specified, not a domain name - so a DNS check is also out!
Any ideas
Thanks