<?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: Cross-Domain POST With JavaScript</title>
	<atom:link href="http://w-shadow.com/blog/2008/11/20/cross-domain-post-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://w-shadow.com/blog/2008/11/20/cross-domain-post-with-javascript/</link>
	<description>Slightly Advanced Computer Stuff (and some magic)</description>
	<lastBuildDate>Sat, 21 Nov 2009 04:22:17 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2008/11/20/cross-domain-post-with-javascript/comment-page-1/#comment-30772</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Tue, 07 Jul 2009 21:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=524#comment-30772</guid>
		<description>Hmm, I&#039;ve never seen that error before. Maybe it&#039;s something to do with the site you&#039;re trying to send the request to?</description>
		<content:encoded><![CDATA[<p>Hmm, I&#8217;ve never seen that error before. Maybe it&#8217;s something to do with the site you&#8217;re trying to send the request to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://w-shadow.com/blog/2008/11/20/cross-domain-post-with-javascript/comment-page-1/#comment-30771</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 07 Jul 2009 20:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=524#comment-30771</guid>
		<description>&quot;Not Acceptable

An appropriate representation of the requested resource...&quot;

Any idea why i get this error? I am trying to get the code to work but keep getting it, ive enlarged the iframe to 500x500 and this error is inside, i have the php file simply as 1.php and have changed the reference to it in the script.</description>
		<content:encoded><![CDATA[<p>&#8220;Not Acceptable</p>
<p>An appropriate representation of the requested resource&#8230;&#8221;</p>
<p>Any idea why i get this error? I am trying to get the code to work but keep getting it, ive enlarged the iframe to 500&#215;500 and this error is inside, i have the php file simply as 1.php and have changed the reference to it in the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: refresh</title>
		<link>http://w-shadow.com/blog/2008/11/20/cross-domain-post-with-javascript/comment-page-1/#comment-30454</link>
		<dc:creator>refresh</dc:creator>
		<pubDate>Fri, 05 Jun 2009 23:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=524#comment-30454</guid>
		<description>Slight issue with your trick: on refresh or back, the browser will prompt the visitor to resend the post data. Destroying the iframe or the form after the initial POST won&#039;t make a difference.</description>
		<content:encoded><![CDATA[<p>Slight issue with your trick: on refresh or back, the browser will prompt the visitor to resend the post data. Destroying the iframe or the form after the initial POST won&#8217;t make a difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2008/11/20/cross-domain-post-with-javascript/comment-page-1/#comment-13197</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=524#comment-13197</guid>
		<description>I thought about doing something like that, but the assumption here is that you&#039;re interacting with an external, third-party target that isn&#039;t built to take advantage of this possibility. This whole thing would be much easier if you had control of the script that receives the POST.</description>
		<content:encoded><![CDATA[<p>I thought about doing something like that, but the assumption here is that you&#8217;re interacting with an external, third-party target that isn&#8217;t built to take advantage of this possibility. This whole thing would be much easier if you had control of the script that receives the POST.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tadaa</title>
		<link>http://w-shadow.com/blog/2008/11/20/cross-domain-post-with-javascript/comment-page-1/#comment-13196</link>
		<dc:creator>tadaa</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/?p=524#comment-13196</guid>
		<description>You can even try to receive result ;) Script in the iframe can chage parent&#039;s hash in URL so.. before post, run a &quot;listener&quot; (like function called with interval) to watch #hash value, then post, PHP after post should generete a response javascript that will put result in the hash, &quot;listener&quot; function can catch it :)

there is a limitation in url length, but you can split result in smaller chunks</description>
		<content:encoded><![CDATA[<p>You can even try to receive result <img src='http://w-shadow.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Script in the iframe can chage parent&#8217;s hash in URL so.. before post, run a &#8220;listener&#8221; (like function called with interval) to watch #hash value, then post, PHP after post should generete a response javascript that will put result in the hash, &#8220;listener&#8221; function can catch it <img src='http://w-shadow.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>there is a limitation in url length, but you can split result in smaller chunks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
