06-24-2010, 05:12 PM
Hey There,
I noticed in the test results a request always comes up for favicon.ico - the little icon that appears in the browser URL bar for some websites.
I had the following in my code but after I tried removing it, the request still shows up. I also noticed the request usually occurs right after document complete gets sent.
Do all browsers automatically request this icon by default? If not, which browsers do and which browsers do not request it?
For anybody who reads this, you can get that little icon in your browser URL bar by adding favicon.ico to your root directory of your website.
Sincerely,
Travis Walters
I noticed in the test results a request always comes up for favicon.ico - the little icon that appears in the browser URL bar for some websites.
Code:
<link rel="shortcut icon" type="image/x-icon" href="http://www.<cfoutput>#myDomain#</cfoutput>/favicon.ico" />
I had the following in my code but after I tried removing it, the request still shows up. I also noticed the request usually occurs right after document complete gets sent.
Do all browsers automatically request this icon by default? If not, which browsers do and which browsers do not request it?
For anybody who reads this, you can get that little icon in your browser URL bar by adding favicon.ico to your root directory of your website.
Sincerely,
Travis Walters