<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>occasionally useful &#187; internet</title>
	<atom:link href="http://blog.maxaller.name/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.maxaller.name</link>
	<description>ruby, ubuntu, etc</description>
	<lastBuildDate>Sun, 11 Jul 2010 07:01:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE + AJAX + Redirects</title>
		<link>http://blog.maxaller.name/2009/09/ie-ajax-redirects/</link>
		<comments>http://blog.maxaller.name/2009/09/ie-ajax-redirects/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 18:12:02 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=186</guid>
		<description><![CDATA[So we made an interesting discovery these past days...IE handles some redirects in AJAX really, really badly.
This table explains:



Redirect URL



To itself
To another page


FF
Redirect 18-20 times
Didn't test


IE
Redirect until you close the browser
Redirect 10 times


(By "redirect to itself" I mean you have some bug in your logic such that page http://example.com/?page=1 will redirect to itself indefinitely.)
Do you [...]]]></description>
			<content:encoded><![CDATA[<p>So we made an interesting discovery these past days...IE handles some redirects in AJAX really, really badly.</p>
<p>This table explains:</p>
<table>
<tr>
<td></td>
<th colspan="2">Redirect URL</th>
</tr>
<tr>
<td></td>
<th>To itself</th>
<th>To another page</th>
</tr>
<tr>
<th>FF</th>
<td>Redirect 18-20 times</td>
<td>Didn't test</td>
</tr>
<tr>
<th>IE</th>
<td>Redirect until you close the browser</td>
<td>Redirect 10 times</td>
</tr>
</table>
<p>(By "redirect to itself" I mean you have some bug in your logic such that page http://example.com/?page=1 will redirect to itself indefinitely.)</p>
<p>Do you like that "redirect until you close the browser" one?  Even if you go to a completely different site, the browser will <em>still</em> be making requests to yours.</p>
<p>Moral of the story: be <strong>very</strong> careful with redirects with AJAX.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2009/09/ie-ajax-redirects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
