<?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 Security for HTTP Based RESTful Services (Part 2)</title>
	<atom:link href="http://blue64.net/2008/12/simple-security-for-http-based-restful-services-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blue64.net/2008/12/simple-security-for-http-based-restful-services-part-2/</link>
	<description>Living in a 64 bit world</description>
	<lastBuildDate>Fri, 15 Jan 2010 17:31:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve</title>
		<link>http://blue64.net/2008/12/simple-security-for-http-based-restful-services-part-2/comment-page-1/#comment-77</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 07 Aug 2009 01:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://blue64.net/?p=146#comment-77</guid>
		<description>Take a look at http://oauth.net.  This should solve most of your problems.</description>
		<content:encoded><![CDATA[<p>Take a look at <a href="http://oauth.net" rel="nofollow">http://oauth.net</a>.  This should solve most of your problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veer Muchandi</title>
		<link>http://blue64.net/2008/12/simple-security-for-http-based-restful-services-part-2/comment-page-1/#comment-76</link>
		<dc:creator>Veer Muchandi</dc:creator>
		<pubDate>Thu, 06 Aug 2009 14:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://blue64.net/?p=146#comment-76</guid>
		<description>Hi Steve,

Is there a similar simple solution for a B2C model? 
1. I want to expose the resources via RESTful interface to the consumers. 
2. I want them to be able to call the service via HTTP/HTTP(S). 
3. I want the call to be made equally from both a web-browser or a non-browser client. This means the security should stick on to what the browser can do by default.
4. I want the solution to work with a GET call.

With these requirements, my thoughts are getting constrained to either 1. Basic Authentication or 2. Digest Authentication. I am assuming that every request needs to carry the user credentials if it has to meet the requirement #3 above.

Basic Authentication is not secure enough, even if I use HTTPS as the header. The reason I say that is because, the http header param &quot;Authorization : blahblah&quot; is not encrypted. Or am I incorrect?

Digest Authentication is a tough thing for a custom client to implement. Or am I incorrect?

So how do we secure the RESTful services to meet the requirements of B2C clients?

Thanks
Veer Muchandi</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Is there a similar simple solution for a B2C model?<br />
1. I want to expose the resources via RESTful interface to the consumers.<br />
2. I want them to be able to call the service via HTTP/HTTP(S).<br />
3. I want the call to be made equally from both a web-browser or a non-browser client. This means the security should stick on to what the browser can do by default.<br />
4. I want the solution to work with a GET call.</p>
<p>With these requirements, my thoughts are getting constrained to either 1. Basic Authentication or 2. Digest Authentication. I am assuming that every request needs to carry the user credentials if it has to meet the requirement #3 above.</p>
<p>Basic Authentication is not secure enough, even if I use HTTPS as the header. The reason I say that is because, the http header param &#8220;Authorization : blahblah&#8221; is not encrypted. Or am I incorrect?</p>
<p>Digest Authentication is a tough thing for a custom client to implement. Or am I incorrect?</p>
<p>So how do we secure the RESTful services to meet the requirements of B2C clients?</p>
<p>Thanks<br />
Veer Muchandi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
