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?
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?
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.