Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4029286
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T11:19:35+00:00 2026-05-20T11:19:35+00:00

Im using code like this to check if URL’s are real and exist: its

  • 0

Im using code like this to check if URL’s are real and exist:

its working fine generally, but it’s not working for youtube urls..
eg this valid url: http://www.youtube.com/watch?v=c4IBN5OAdZc

Utils.UrlExists(uri)

public static bool UrlExists(string url)
        {

            using (var client = new MyClient())
            {
                client.HeadOnly = true;
                // fine, no content downloaded
                try
                {
                    string s1 = client.DownloadString(url);
                    return true;
                }
                catch { return false; }
            }
        }

        class MyClient : WebClient
        {
            public bool HeadOnly { get; set; }
            protected override WebRequest GetWebRequest(Uri address)
            {
                WebRequest req = base.GetWebRequest(address);
                if (HeadOnly && req.Method == "GET")
                {
                    req.Method = "HEAD";
                }
                return req;
            }
        }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T11:19:35+00:00Added an answer on May 20, 2026 at 11:19 am

    erics comment was the answer. If he puts an answer I’ll mark it as correct. in the meantime I’ll mark this as correct

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

EDIT: Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with
In VB.NET I'm drawing an ellipse using some code like this. aPen = New
I am using nhibernate and i have code like this in the mapping area:
In many places in our application we have code like this: using(RAPI rapi =
Using dotnet 2.0. I currently have code like this : DataView dv = new
When using XML serialization in C#, I use code like this: public MyObject LoadData()
I'm using boost::asio, and I have code like this: void CServer::Start(int port) { tcp::acceptor
If I'm using a Hashtable , I can write code like this: object item
I'm using PHP5 to create XML files. I have code like this: $doc =
I am using JQM 1.1.0 and Cordova 1.5.0. I have code like this <!DOCTYPE

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.