<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: How to fix Ajax Error: uncaught exception: Permission denied to call method XMLHttpRequest.open</title>
	<atom:link href="http://installingcats.com/2008/01/29/how-to-fix-ajax-error-uncaught-exception-permission-denied-to-call-method-xmlhttprequestopen/feed/" rel="self" type="application/rss+xml" />
	<link>http://installingcats.com/2008/01/29/how-to-fix-ajax-error-uncaught-exception-permission-denied-to-call-method-xmlhttprequestopen/</link>
	<description>Fixes for Apple AirPort, QuickTime AVI, and other Leopard Issues</description>
	<pubDate>Sun, 14 Mar 2010 23:38:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jesse Hu</title>
		<link>http://installingcats.com/2008/01/29/how-to-fix-ajax-error-uncaught-exception-permission-denied-to-call-method-xmlhttprequestopen/comment-page-1/#comment-466</link>
		<dc:creator>Jesse Hu</dc:creator>
		<pubDate>Fri, 09 Jan 2009 06:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://installingcats.com/?p=67#comment-466</guid>
		<description>Works for me on Firefox 3/2 . Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Works for me on Firefox 3/2 . Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erica Harris</title>
		<link>http://installingcats.com/2008/01/29/how-to-fix-ajax-error-uncaught-exception-permission-denied-to-call-method-xmlhttprequestopen/comment-page-1/#comment-398</link>
		<dc:creator>Erica Harris</dc:creator>
		<pubDate>Wed, 12 Nov 2008 12:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://installingcats.com/?p=67#comment-398</guid>
		<description>Many thanks, Ben, this has been a huge help to me.  Thanks for the pointer to the Mozilla development site too.</description>
		<content:encoded><![CDATA[<p>Many thanks, Ben, this has been a huge help to me.  Thanks for the pointer to the Mozilla development site too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Lam</title>
		<link>http://installingcats.com/2008/01/29/how-to-fix-ajax-error-uncaught-exception-permission-denied-to-call-method-xmlhttprequestopen/comment-page-1/#comment-396</link>
		<dc:creator>Ben Lam</dc:creator>
		<pubDate>Wed, 12 Nov 2008 10:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://installingcats.com/?p=67#comment-396</guid>
		<description>Hi Erica,

Your users, if using your Salesforce app under Firefox, would have to make the same change in their browser to avoid this security based error.  It basically prevents malicious code from being executed from an innocent looking domain/website.

See Mozilla's notes on &lt;a href="https://developer.mozilla.org/en/Cross-Site_XMLHttpRequest" rel="nofollow"&gt;Firefox 3 and cross site scripting&lt;/a&gt; for more information on this later version.

I'm not familiar enough with Internet Explorer's latest versions to say if the same is true of them.

Best of luck,

Ben</description>
		<content:encoded><![CDATA[<p>Hi Erica,</p>
<p>Your users, if using your Salesforce app under Firefox, would have to make the same change in their browser to avoid this security based error.  It basically prevents malicious code from being executed from an innocent looking domain/website.</p>
<p>See Mozilla&#8217;s notes on <a href="https://developer.mozilla.org/en/Cross-Site_XMLHttpRequest" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/developer.mozilla.org');">Firefox 3 and cross site scripting</a> for more information on this later version.</p>
<p>I&#8217;m not familiar enough with Internet Explorer&#8217;s latest versions to say if the same is true of them.</p>
<p>Best of luck,</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erica Harris</title>
		<link>http://installingcats.com/2008/01/29/how-to-fix-ajax-error-uncaught-exception-permission-denied-to-call-method-xmlhttprequestopen/comment-page-1/#comment-395</link>
		<dc:creator>Erica Harris</dc:creator>
		<pubDate>Wed, 12 Nov 2008 10:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://installingcats.com/?p=67#comment-395</guid>
		<description>Thanks for this, it worked for me using Firefox 2.  Will my users have to do the same to run my code from their browsers?  I'm making the call from salesforce, at the moment in an scontrol, to push XML API requests to another hosted system's server and get responses from it.</description>
		<content:encoded><![CDATA[<p>Thanks for this, it worked for me using Firefox 2.  Will my users have to do the same to run my code from their browsers?  I&#8217;m making the call from salesforce, at the moment in an scontrol, to push XML API requests to another hosted system&#8217;s server and get responses from it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Mumford</title>
		<link>http://installingcats.com/2008/01/29/how-to-fix-ajax-error-uncaught-exception-permission-denied-to-call-method-xmlhttprequestopen/comment-page-1/#comment-129</link>
		<dc:creator>Chris Mumford</dc:creator>
		<pubDate>Tue, 01 Jul 2008 21:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://installingcats.com/?p=67#comment-129</guid>
		<description>I just noticed this comment in the Firefox 3.0 release notes, "Support for Cross-Site XmlHttpRequest has been removed until the specification becomes more stable and the security model is improved (bug 424923)".</description>
		<content:encoded><![CDATA[<p>I just noticed this comment in the Firefox 3.0 release notes, &#8220;Support for Cross-Site XmlHttpRequest has been removed until the specification becomes more stable and the security model is improved (bug 424923)&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Feersum</title>
		<link>http://installingcats.com/2008/01/29/how-to-fix-ajax-error-uncaught-exception-permission-denied-to-call-method-xmlhttprequestopen/comment-page-1/#comment-93</link>
		<dc:creator>Al Feersum</dc:creator>
		<pubDate>Mon, 16 Jun 2008 13:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://installingcats.com/?p=67#comment-93</guid>
		<description>Can't get it to work in FF 2.0.0.14 - although prefs.js updated, can't see the entries in about:config.</description>
		<content:encoded><![CDATA[<p>Can&#8217;t get it to work in FF 2.0.0.14 - although prefs.js updated, can&#8217;t see the entries in about:config.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Mumford</title>
		<link>http://installingcats.com/2008/01/29/how-to-fix-ajax-error-uncaught-exception-permission-denied-to-call-method-xmlhttprequestopen/comment-page-1/#comment-62</link>
		<dc:creator>Chris Mumford</dc:creator>
		<pubDate>Wed, 04 Jun 2008 18:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://installingcats.com/?p=67#comment-62</guid>
		<description>Thanks for the info. This works in Firefox 2.X and also in 3.0b5. However, when I upgraded to Firefox 3.0 RC1 it no longer works nor can I find a solution as of yet.</description>
		<content:encoded><![CDATA[<p>Thanks for the info. This works in Firefox 2.X and also in 3.0b5. However, when I upgraded to Firefox 3.0 RC1 it no longer works nor can I find a solution as of yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramseyramos.net &#187; Blog Archive &#187; uncaught exception: Permission denied to call method XMLHttpRequest.open</title>
		<link>http://installingcats.com/2008/01/29/how-to-fix-ajax-error-uncaught-exception-permission-denied-to-call-method-xmlhttprequestopen/comment-page-1/#comment-40</link>
		<dc:creator>ramseyramos.net &#187; Blog Archive &#187; uncaught exception: Permission denied to call method XMLHttpRequest.open</dc:creator>
		<pubDate>Wed, 28 May 2008 14:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://installingcats.com/?p=67#comment-40</guid>
		<description>[...] Latest browser will not allow to do this job. If it is a cross domain issue then the only solution are change the configurations of your Mozilla/Firefox or avoid the approach you are going on and [...]</description>
		<content:encoded><![CDATA[<p>[...] Latest browser will not allow to do this job. If it is a cross domain issue then the only solution are change the configurations of your Mozilla/Firefox or avoid the approach you are going on and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XMLHttpRequest permission denied fix - Salesforce.com Ajax Toolkit &#171; Mac OS X Leopard &#38; Tiger Dual Boot</title>
		<link>http://installingcats.com/2008/01/29/how-to-fix-ajax-error-uncaught-exception-permission-denied-to-call-method-xmlhttprequestopen/comment-page-1/#comment-39</link>
		<dc:creator>XMLHttpRequest permission denied fix - Salesforce.com Ajax Toolkit &#171; Mac OS X Leopard &#38; Tiger Dual Boot</dc:creator>
		<pubDate>Tue, 29 Jan 2008 14:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://installingcats.com/?p=67#comment-39</guid>
		<description>[...] January 21, 2008 at 11:56 pm (fixes, instructions) (Mozilla Hidden preferences, permission denied, XMLHttpRequest)  Update: This post has been superseded by How to Fix Ajax Error: permission denied to call method XMLHttpRequest.open. [...]</description>
		<content:encoded><![CDATA[<p>[...] January 21, 2008 at 11:56 pm (fixes, instructions) (Mozilla Hidden preferences, permission denied, XMLHttpRequest)  Update: This post has been superseded by How to Fix Ajax Error: permission denied to call method XMLHttpRequest.open. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
