<?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>existdissolve.com &#187; AJAX</title>
	<atom:link href="http://existdissolve.com/category/javascript/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://existdissolve.com</link>
	<description>the singularity of being and nothingness</description>
	<lastBuildDate>Wed, 16 May 2012 12:54:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>AJAX Gotcha…POST vs. GET</title>
		<link>http://existdissolve.com/2008/06/ajax-gotcha-post-vs-get/</link>
		<comments>http://existdissolve.com/2008/06/ajax-gotcha-post-vs-get/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 13:51:19 +0000</pubDate>
		<dc:creator>existdissolve</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CSS Gallery]]></category>
		<category><![CDATA[Spry 1.6]]></category>

		<guid isPermaLink="false">http://existdissolvetest.wordpress.com/2008/06/12/ajax-gotcha-post-vs-get</guid>
		<description><![CDATA[A rather annoying issue I ran into this evening when testing my up-and-coming CSS gallery on a live server was that all of my cross-domain AJAX calls were failing in Firefox.&#160; I&#039;m used to stuff failing for stupid reasons in IE, but this one was unique.&#160; I tested in Safari (for Windows), IE 7, and&#8230;]]></description>
			<content:encoded><![CDATA[<p>A rather annoying issue I ran into this evening when testing my up-and-coming CSS gallery on a live server was that all of my cross-domain AJAX calls were failing in Firefox.&nbsp; I&#039;m used to stuff failing for stupid reasons in IE, but this one was unique.&nbsp; I tested in Safari (for Windows), IE 7, and Opera&#8211;all of them worked beautifully.&nbsp; But for whatever reason, Firefox horked on the code.</p>
<p>Well, it turns out it was a simple fix.&nbsp; In my AJAX calls, I was using the Spry loadURL() function.&nbsp; For this function, you can specify whether the call should be a &quot;POST&quot; or &quot;GET&quot; method.&nbsp; I assumed for my remote calls that I would be doing POST methods. &nbsp;</p>
<p>After all was said and done, it was apparently the POST methods that Firefox was having a coniption over.&nbsp; I changed the methods really quickly to GETs, and everything worked again in all browsers.</p>
<p>As I am mostly stupid, I have no reason why this happened&#8211;however, perhaps this will be useful to some other poor code monkey out there who is betrayed by Firefox in the wee-hours of the night, and maybe a wiser soul would be kind enough to post a comment about the source of this error&#8230;please? <img src='http://existdissolve.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://existdissolve.com/2008/06/ajax-gotcha-post-vs-get/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

