<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Steve Levine &#187; REST</title>
	<atom:link href="http://blue64.net/tag/rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://blue64.net</link>
	<description>Living in a 64 bit world</description>
	<lastBuildDate>Sat, 15 May 2010 16:52:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple Security for HTTP Based RESTful Services (Part 2)</title>
		<link>http://blue64.net/2008/12/simple-security-for-http-based-restful-services-part-2/</link>
		<comments>http://blue64.net/2008/12/simple-security-for-http-based-restful-services-part-2/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 23:51:23 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://blue64.net/?p=146</guid>
		<description><![CDATA[In part one of this series, we examined one potential solution that turned out to be not so good.  In this post lets try to find a solution using the same design, but a better implementation.
To recap, we decided to use the simplest solution which is to add a security hash to each service [...]]]></description>
		<wfw:commentRss>http://blue64.net/2008/12/simple-security-for-http-based-restful-services-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple Security for HTTP Based RESTful Services (Part 1)</title>
		<link>http://blue64.net/2008/11/simple-security-for-http-based-restful-services-part-1/</link>
		<comments>http://blue64.net/2008/11/simple-security-for-http-based-restful-services-part-1/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 00:58:50 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://blue64.net/?p=126</guid>
		<description><![CDATA[This is going to be the first in a series of posts discussing potential ways of securing bi-directional RESTful based HTTP services.  For this series we are going to make the requirements quite simple, namely, &#8220;secure&#8221; simply means the caller of the service is authorized to invoke it.  Lets assume that this solution [...]]]></description>
		<wfw:commentRss>http://blue64.net/2008/11/simple-security-for-http-based-restful-services-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
