vote up 0 vote down star
1

I don't have a favicon.ico, but IE always make a request for it.

Is it possible to prevent the browser to request for the favicon.ico for my site? Maybe some META-TAG in the HTML header?

flag

45% accept rate

1 Answer

vote up 5 vote down

You can't. All you can do is to make that image as small as possible an set some cache invalidation headers (Expires, Cache-Control) far in the future. Here's what Yahoo! has to say about favicon.ico requests.

link|flag
He said he doesn't have a favicon. They don't get much smaller than that. And it doesn't make any sense to cache non-existant files. – Manni Aug 24 at 12:07
1  
If he doesn't have a favicon then he should make one, that was my point. There's no better solution than this one. Isn't it logical? If there's no possibility to stop requests, unless you use caching, what do you do? – Ionut G. Stan Aug 24 at 12:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.