<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>The Freak Parade - Latest Comments in Simple ASP.NET MVC Ajax Proxy</title><link>http://thefreakparade.disqus.com/</link><description></description><atom:link href="https://thefreakparade.disqus.com/simple_aspnet_mvc_ajax_proxy/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 26 Jun 2011 15:56:13 -0000</lastBuildDate><item><title>Re: Simple ASP.NET MVC Ajax Proxy</title><link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-235311272</link><description>&lt;p&gt;How about handling POST/PUT scenarios?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hal Lesesne</dc:creator><pubDate>Sun, 26 Jun 2011 15:56:13 -0000</pubDate></item><item><title>Re: Simple ASP.NET MVC Ajax Proxy</title><link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-38824521</link><description>&lt;p&gt;Worked great thanks. Just one slight typo in the code, line 40 in the first code snippet has got a space between the &amp;lt; and = on the if statement.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Hill</dc:creator><pubDate>Wed, 10 Mar 2010 04:34:35 -0000</pubDate></item><item><title>Re: Simple ASP.NET MVC Ajax Proxy</title><link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-16390596</link><description>&lt;p&gt;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 "pad" the response with the call to the callback function. Rick Strahl has a good write up on the subject.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.west-wind.com/Weblog/posts/107136.aspx" rel="nofollow noopener" target="_blank" title="http://www.west-wind.com/Weblog/posts/107136.aspx"&gt;http://www.west-wind.com/We...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chris</dc:creator><pubDate>Thu, 10 Sep 2009 18:13:45 -0000</pubDate></item><item><title>Re: Simple ASP.NET MVC Ajax Proxy</title><link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-16390127</link><description>&lt;p&gt;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.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nstults</dc:creator><pubDate>Thu, 10 Sep 2009 18:04:08 -0000</pubDate></item><item><title>Re: Simple ASP.NET MVC Ajax Proxy</title><link>http://www.thefreakparade.com/2009/02/simple-aspnet-mvc-ajax-proxy/#comment-16357002</link><description>&lt;p&gt;Nice.&lt;/p&gt;&lt;p&gt;When does a method like this need to be implemented versus taking advantage of something like JSONP?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chris patterson</dc:creator><pubDate>Thu, 10 Sep 2009 16:37:02 -0000</pubDate></item></channel></rss>