Test URL to see if it is still valid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • teddysnips@hotmail.com

    #1

    Test URL to see if it is still valid

    Part of my current ASP.NET project involves storing URLs. At the time
    of storage, they are checked for correctness (i.e. a new window or tab
    is spawned and the user clicks "Good" or "Bad" depending on whether
    the new window shows the correct site. However, when the user wishes
    to return to that URL at a later date, is there any way of automating
    the process of checking if it is still a good link - i.e. that it
    won't 404 - without actually opening it in a browser window and asking
    the user to validate it. I realise that the content may have changed,
    but I'm more concerned at this stage that the link hasn't broken.

    Thanks

    Edward
Working...