<?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: A Java-based HTTP Proxy for Ajax</title>
	<atom:link href="http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: rsrobbins</title>
		<link>http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax/comment-page-1#comment-259929</link>
		<dc:creator>rsrobbins</dc:creator>
		<pubDate>Wed, 12 Dec 2007 18:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax#comment-259929</guid>
		<description>Could this be done with a Java applet instead of a Java servlet? I&#039;m trying to use AJAX within a compiled HTML help file but the peculiar protocol ms-help:// is causing &quot;same origin policy&quot; problems.</description>
		<content:encoded><![CDATA[<p>Could this be done with a Java applet instead of a Java servlet? I&#8217;m trying to use AJAX within a compiled HTML help file but the peculiar protocol ms-help:// is causing &#8220;same origin policy&#8221; problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Proxy</title>
		<link>http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax/comment-page-1#comment-256070</link>
		<dc:creator>Web Proxy</dc:creator>
		<pubDate>Wed, 26 Sep 2007 01:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax#comment-256070</guid>
		<description>I really dont understand why companies, schools, governments think they have the right to dicate what people do online, its essentially censorship and its wrong.</description>
		<content:encoded><![CDATA[<p>I really dont understand why companies, schools, governments think they have the right to dicate what people do online, its essentially censorship and its wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coders2020</title>
		<link>http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax/comment-page-1#comment-248193</link>
		<dc:creator>Coders2020</dc:creator>
		<pubDate>Thu, 15 Mar 2007 07:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax#comment-248193</guid>
		<description>Hi Chris,very informative article, worth bookmarking it and will also blog about it. :)</description>
		<content:encoded><![CDATA[<p>Hi Chris,very informative article, worth bookmarking it and will also blog about it. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Mahemoff</title>
		<link>http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax/comment-page-1#comment-51673</link>
		<dc:creator>Michael Mahemoff</dc:creator>
		<pubDate>Sat, 22 Jul 2006 10:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax#comment-51673</guid>
		<description>There are, generally speaking, two kinds of &lt;a href=&quot;http://ajaxpatterns.org/Cross-Domain_Proxy&quot; rel=&quot;nofollow&quot;&gt;Cross-Domain Proxy&lt;/a&gt;.  The example here is a straight proxy that, as you say, is only useful in specialised situations, e.g. on a secure intranet. For most applications, they&#039;ll want to use a more specialised, Facade/Mediator, style of proxy that offers only app-specific services.</description>
		<content:encoded><![CDATA[<p>There are, generally speaking, two kinds of <a href="http://ajaxpatterns.org/Cross-Domain_Proxy" rel="nofollow">Cross-Domain Proxy</a>.  The example here is a straight proxy that, as you say, is only useful in specialised situations, e.g. on a secure intranet. For most applications, they&#8217;ll want to use a more specialised, Facade/Mediator, style of proxy that offers only app-specific services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian Â» A Java-based HTTP Proxy for Ajax at blackrimglasses.com</title>
		<link>http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax/comment-page-1#comment-51378</link>
		<dc:creator>Ajaxian Â» A Java-based HTTP Proxy for Ajax at blackrimglasses.com</dc:creator>
		<pubDate>Sat, 22 Jul 2006 01:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax#comment-51378</guid>
		<description>[...] Ajaxian Â» A Java-based HTTP Proxy for Ajax: couple this with a secure hash of some sort and you&#8217;ve got something interesting going. Very very interesting. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ajaxian Â» A Java-based HTTP Proxy for Ajax: couple this with a secure hash of some sort and you&#8217;ve got something interesting going. Very very interesting. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Murray</title>
		<link>http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax/comment-page-1#comment-50977</link>
		<dc:creator>Greg Murray</dc:creator>
		<pubDate>Fri, 21 Jul 2006 16:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/a-java-based-http-proxy-for-ajax#comment-50977</guid>
		<description>Hi Simon,

I realize that this could be an issue as if not configured correctly you could open yourself up to be a universal proxy to anyone. I have tried to address some strategies in the comments of the blog entry which matches closer to the URL you refer to. You could take the XmlHttpProxy a step further and provide a unique token to the rendered JavaScript as to prevent other web applicatons from using JSONP requests from other sites.

I plan to address these in the proxy in the next rev of the proxy. I be open to any other suggestions/advice that you have.

-Greg</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>I realize that this could be an issue as if not configured correctly you could open yourself up to be a universal proxy to anyone. I have tried to address some strategies in the comments of the blog entry which matches closer to the URL you refer to. You could take the XmlHttpProxy a step further and provide a unique token to the rendered JavaScript as to prevent other web applicatons from using JSONP requests from other sites.</p>
<p>I plan to address these in the proxy in the next rev of the proxy. I be open to any other suggestions/advice that you have.</p>
<p>-Greg</p>
]]></content:encoded>
	</item>
</channel>
</rss>

