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 1007423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:36:55+00:00 2026-05-16T08:36:55+00:00

I am accessing an API that returns a favicon for a specified domain (

  • 0

I am accessing an API that returns a favicon for a specified domain (http://getfavicon.appspot.com/). I have a long list of domains that I want to get Icons for and don’t want to make the call to the web service every time, so I figured I would get the response and store the image either on the file system or in a DB Blob.

However. I don’t know how to get something meaningful from the response stream that comes back from the service.

byte[] buf = new byte[8192];

var request = (HttpWebRequest)WebRequest.Create("http://getfavicon.appspot.com/http://stackoverflow.com");

var response = (HttpWebResponse)request.GetResponse();

var resStream = response.GetResponseStream(); 

I’ve got as far as here to get a response back, but how would I can I treat this as something I can save to a SQL DB or out to the filesystem?

Am I missing something simple?

Thanks

  • 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-16T08:36:56+00:00Added an answer on May 16, 2026 at 8:36 am

    If you use the System.Net.WebClient class, you can do this a little easier.

    This will download the URL and save it to a local file:

    var client = new System.Net.WebClient();
    client.DownloadFile(
        // Url to download
        @"http://getfavicon.appspot.com/http://stackoverflow.com",
        // Filename of where to save the downloaded content
        "stackoverflow.com.ico");
    

    If you want a byte[] instead, use the DownloadData method.

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

Sidebar

Related Questions

While accessing a webservice which is availbale at http://recpushdata.cyndigo.com/jobs.asmx , I am getting this
What is the most recommended free/public API for accessing financial market stats and stock
Which is the best API to use when accessing a WebCam in .Net? (I
I'm using Java for accessing Alfresco content server via it's web service API for
I'm accessing the Amazon AWS API using the ruby-aaws gem, but without going to
I have a class that is only ever accessed externally through static methods. Those
In accessing PDH.dll (a Win32 API) (see link) using P/Invoke , it turns out
Is accessing a bool field atomic in C#? In particular, do I need to
When accessing an object in a DataTable retrieved from a database, are there any
When accessing values from an SqlDataReader is there a performance difference between these two:

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.