<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Is your browser requesting a page twice?</title>
	<atom:link href="http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/feed/" rel="self" type="application/rss+xml" />
	<link>http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/</link>
	<description>Brian Pontarelli</description>
	<pubDate>Sun, 14 Mar 2010 13:55:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Acevado</title>
		<link>http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-105990</link>
		<dc:creator>Acevado</dc:creator>
		<pubDate>Fri, 12 Mar 2010 04:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-105990</guid>
		<description>Thanks for these hints!

I had neither missing or wrong charset meta definition nor the wrong charset for my content, but the problem was reoated to international characters (german umlauts in my case).

*After disabling the Firefox charset encoding auto detection the problem disappeared.*

Don't know though why FF should even try to autodetect if there's a charset meta header available...;</description>
		<content:encoded><![CDATA[<p>Thanks for these hints!</p>
<p>I had neither missing or wrong charset meta definition nor the wrong charset for my content, but the problem was reoated to international characters (german umlauts in my case).</p>
<p>*After disabling the Firefox charset encoding auto detection the problem disappeared.*</p>
<p>Don&#8217;t know though why FF should even try to autodetect if there&#8217;s a charset meta header available&#8230;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-103149</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Sun, 07 Feb 2010 11:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-103149</guid>
		<description>Thanks for these hints!

I had neither missing or wrong charset meta definition nor the wrong charset for my content, but the problem was related to international characters (german umlauts in my case).

*After disabling the Firefox charset encoding auto detection the problem disappeared.*

Don't know though why FF should even try to autodetect if there's a charset meta header available...</description>
		<content:encoded><![CDATA[<p>Thanks for these hints!</p>
<p>I had neither missing or wrong charset meta definition nor the wrong charset for my content, but the problem was related to international characters (german umlauts in my case).</p>
<p>*After disabling the Firefox charset encoding auto detection the problem disappeared.*</p>
<p>Don&#8217;t know though why FF should even try to autodetect if there&#8217;s a charset meta header available&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: split</title>
		<link>http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-98046</link>
		<dc:creator>split</dc:creator>
		<pubDate>Thu, 10 Dec 2009 21:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-98046</guid>
		<description>Hey. In my case firebug caused the second request.</description>
		<content:encoded><![CDATA[<p>Hey. In my case firebug caused the second request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmi</title>
		<link>http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-89121</link>
		<dc:creator>tmi</dc:creator>
		<pubDate>Tue, 08 Sep 2009 09:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-89121</guid>
		<description>In my case it was the combination of 

Firefox 3 and 		

that caused the requests to be executed twice.

After changing the charset from iso-8859-15 to iso-8859-1 my application worked fine.</description>
		<content:encoded><![CDATA[<p>In my case it was the combination of </p>
<p>Firefox 3 and 		</p>
<p>that caused the requests to be executed twice.</p>
<p>After changing the charset from iso-8859-15 to iso-8859-1 my application worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hi</title>
		<link>http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-75018</link>
		<dc:creator>hi</dc:creator>
		<pubDate>Sun, 05 Apr 2009 02:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-75018</guid>
		<description>This happens also with null objects / flash applets too.  Make sure all your src's aren't null.

Was driving me nuts until i found this little bugger....
&#60;embed src=""</description>
		<content:encoded><![CDATA[<p>This happens also with null objects / flash applets too.  Make sure all your src&#8217;s aren&#8217;t null.</p>
<p>Was driving me nuts until i found this little bugger&#8230;.<br />
&lt;embed src=&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ffx</title>
		<link>http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-58984</link>
		<dc:creator>ffx</dc:creator>
		<pubDate>Thu, 12 Feb 2009 15:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-58984</guid>
		<description>Here is another example:

&#60;link rel="stylesheet" type="text/css" href="/stylesheets/.css" /&#62;

In this case, if styleSheetName is an empty string, the page will also be requested twice.</description>
		<content:encoded><![CDATA[<p>Here is another example:</p>
<p>&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;/stylesheets/.css&#8221; /&gt;</p>
<p>In this case, if styleSheetName is an empty string, the page will also be requested twice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sick pig</title>
		<link>http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-35422</link>
		<dc:creator>sick pig</dc:creator>
		<pubDate>Fri, 14 Nov 2008 03:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-35422</guid>
		<description>Try again.

So the solution was

&#60;img&#62;

instead of

&#60;img src=''&#62;</description>
		<content:encoded><![CDATA[<p>Try again.</p>
<p>So the solution was</p>
<p>&lt;img&gt;</p>
<p>instead of</p>
<p>&lt;img src=&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sick pig</title>
		<link>http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-35421</link>
		<dc:creator>sick pig</dc:creator>
		<pubDate>Fri, 14 Nov 2008 03:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-35421</guid>
		<description>Same deal in a page where the src is set by js in response to the user making a choice in a drop-down. So the solution was



instead of 

</description>
		<content:encoded><![CDATA[<p>Same deal in a page where the src is set by js in response to the user making a choice in a drop-down. So the solution was</p>
<p>instead of</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yermo</title>
		<link>http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-33847</link>
		<dc:creator>Yermo</dc:creator>
		<pubDate>Wed, 15 Oct 2008 21:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-33847</guid>
		<description>Just ran into this problem in FF 3. 

To avoid this problem how can you, on the server, recognize whether or not a given request is coming from an empty img src=""? MSIE seems to set the HTTP_ACCEPT header to */* on reload and doesn't distringuish between img and page requests.</description>
		<content:encoded><![CDATA[<p>Just ran into this problem in FF 3. </p>
<p>To avoid this problem how can you, on the server, recognize whether or not a given request is coming from an empty img src=&#8221;"? MSIE seems to set the HTTP_ACCEPT header to */* on reload and doesn&#8217;t distringuish between img and page requests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-32971</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 01 Oct 2008 13:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://brian.pontarelli.com/2006/05/02/is-your-browser-requesting-a-page-twice/#comment-32971</guid>
		<description>Thanks for posting this. Saved me losing all my hair.
For me it turned out to be some nifty java script I had inherited pre-processing pages (and img tags).

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. Saved me losing all my hair.<br />
For me it turned out to be some nifty java script I had inherited pre-processing pages (and img tags).</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
