<?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: Simple ASP.NET MVC Ajax Proxy</title>
	<atom:link href="http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/</link>
	<description>Strange noises from the mind of Nathan Stults...</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:34:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chill71uk</title>
		<link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/comment-page-1/#comment-461</link>
		<dc:creator>chill71uk</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-461</guid>
		<description>Worked great thanks. Just one slight typo in the code, line 40 in the first code snippet has got a space between the &lt; and = on the if statement.</description>
		<content:encoded><![CDATA[<p>Worked great thanks. Just one slight typo in the code, line 40 in the first code snippet has got a space between the &lt; and = on the if statement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adsl viettel</title>
		<link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/comment-page-1/#comment-437</link>
		<dc:creator>adsl viettel</dc:creator>
		<pubDate>Sun, 13 Dec 2009 02:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-437</guid>
		<description>Hi, I&#039;m working for a telecom company in South East Asia and i&#039;m very exciting at your post, and so i&#039;ve make it a digg :) &lt;a style=&quot;text-decoration:none!important;color:#fff!important;&quot; rel=&quot;follow&quot; href=&quot;http://www.adslviettel.com&quot; rel=&quot;nofollow&quot;&gt;viettel&lt;/a&gt;&lt;a style=&quot;text-decoration:none!important;color:#fff!important;&quot; rel=&quot;follow&quot; href=&quot;http://www.adslviettel.com/internet-adsl-viettel&quot; rel=&quot;nofollow&quot;&gt;viettel adsl&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi, I&#39;m working for a telecom company in South East Asia and i&#39;m very exciting at your post, and so i&#39;ve make it a digg <img src='http://www.thefreakparade.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a style="text-decoration:none!important;color:#fff!important;" rel="follow" href="http://www.adslviettel.com" rel="nofollow">viettel</a><a style="text-decoration:none!important;color:#fff!important;" rel="follow" href="http://www.adslviettel.com/internet-adsl-viettel" rel="nofollow">viettel adsl</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/comment-page-1/#comment-420</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-420</guid>
		<description>I did some research after reading your post. You are correct. The resource on the other end of the XSS call needs to be aware of the JSONP arrangement. It must &quot;pad&quot; the response with the call to the callback function. Rick Strahl has a good write up on the subject. &lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.west-wind.com/Weblog/posts/107136.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.west-wind.com/Weblog/posts/107136.aspx&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I did some research after reading your post. You are correct. The resource on the other end of the XSS call needs to be aware of the JSONP arrangement. It must &#8220;pad&#8221; the response with the call to the callback function. Rick Strahl has a good write up on the subject. </p>
<p><a href="http://www.west-wind.com/Weblog/posts/107136.aspx" rel="nofollow">http://www.west-wind.com/Weblog/posts/107136.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nstults</title>
		<link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/comment-page-1/#comment-419</link>
		<dc:creator>nstults</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-419</guid>
		<description>My understanding of JSONP is that the script that wants to access remote data (which is expected to be javascript, I presume, whereas in this example the payload is a binary (png) stream) needs to be aware of the JSONP arrangement, whereas in this case the goal is allow a third party component (OpenLayers) interact with a map server on a different domain without having to write and specific client side or server side glue code to make it happen, we can just give the OpenLayers control a url to a WMS server and everything works as expected. Also with JSONP (as I understand it) the cross-domain resource needs to be aware of the protocol, whereas with a proxy, the cross-domain resource does not need any modification whatsoever. But I only briefly looked at JSONP at your mention, so I have a very light understanding of its capabilities.</description>
		<content:encoded><![CDATA[<p>My understanding of JSONP is that the script that wants to access remote data (which is expected to be javascript, I presume, whereas in this example the payload is a binary (png) stream) needs to be aware of the JSONP arrangement, whereas in this case the goal is allow a third party component (OpenLayers) interact with a map server on a different domain without having to write and specific client side or server side glue code to make it happen, we can just give the OpenLayers control a url to a WMS server and everything works as expected. Also with JSONP (as I understand it) the cross-domain resource needs to be aware of the protocol, whereas with a proxy, the cross-domain resource does not need any modification whatsoever. But I only briefly looked at JSONP at your mention, so I have a very light understanding of its capabilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris patterson</title>
		<link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/comment-page-1/#comment-418</link>
		<dc:creator>chris patterson</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-418</guid>
		<description>Nice.&lt;br&gt;&lt;br&gt;When does a method like this need to be implemented versus taking advantage of something like JSONP?</description>
		<content:encoded><![CDATA[<p>Nice.</p>
<p>When does a method like this need to be implemented versus taking advantage of something like JSONP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC Archived Buzz, Page 1</title>
		<link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/comment-page-1/#comment-413</link>
		<dc:creator>ASP.NET MVC Archived Buzz, Page 1</dc:creator>
		<pubDate>Sun, 14 Jun 2009 22:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-413</guid>
		<description>[...] to Vote[FriendFeed] Simple ASP.NET MVC Ajax Proxy &#124; The Freak Parade (6/14/2009)Sunday, June 14, 2009 from [...]</description>
		<content:encoded><![CDATA[<p>[...] to Vote[FriendFeed] Simple ASP.NET MVC Ajax Proxy | The Freak Parade (6/14/2009)Sunday, June 14, 2009 from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interesting Finds: 2009-03-08 - Bolik</title>
		<link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/comment-page-1/#comment-407</link>
		<dc:creator>Interesting Finds: 2009-03-08 - Bolik</dc:creator>
		<pubDate>Sun, 08 Mar 2009 02:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-407</guid>
		<description>[...] Simple ASP.NET MVC Ajax Proxy [...]</description>
		<content:encoded><![CDATA[<p>[...] Simple ASP.NET MVC Ajax Proxy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/comment-page-1/#comment-405</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Fri, 27 Feb 2009 08:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-405</guid>
		<description>&lt;strong&gt;BBB...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>BBB&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC Archived Blog Posts, Page 1</title>
		<link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/comment-page-1/#comment-404</link>
		<dc:creator>ASP.NET MVC Archived Blog Posts, Page 1</dc:creator>
		<pubDate>Fri, 27 Feb 2009 06:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-404</guid>
		<description>[...] to VoteSimple ASP.NET MVC Ajax Proxy (2/24/2009)Tuesday, February 24, 2009 from www.thefreakparade.com... behavior, that you want to serve some data [...]</description>
		<content:encoded><![CDATA[<p>[...] to VoteSimple ASP.NET MVC Ajax Proxy (2/24/2009)Tuesday, February 24, 2009 from <a href="http://www.thefreakparade.com.." rel="nofollow">http://www.thefreakparade.com..</a>. behavior, that you want to serve some data [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/comment-page-1/#comment-403</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Wed, 25 Feb 2009 19:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-403</guid>
		<description>&lt;strong&gt;Simple ASP.NET MVC Ajax Proxy &#124; The Freak Parade...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>Simple ASP.NET MVC Ajax Proxy | The Freak Parade&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
