<?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: HTTP Authentication in a URL</title>
	<atom:link href="http://www.rojotek.com/blog/2008/05/19/http-authentication-in-a-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rojotek.com/blog/2008/05/19/http-authentication-in-a-url/</link>
	<description>Software Development in Brisbane</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:00:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Php redirect with http authentication &#124; SeekPHP.com</title>
		<link>http://www.rojotek.com/blog/2008/05/19/http-authentication-in-a-url/comment-page-1/#comment-65960</link>
		<dc:creator>Php redirect with http authentication &#124; SeekPHP.com</dc:creator>
		<pubDate>Mon, 10 Oct 2011 14:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/05/19/http-authentication-in-a-url/#comment-65960</guid>
		<description>[...] note that, with this solution, the password is readable in the url and some browsers (IE only =6, this was disabled in the newer versions) don&#8217;t support this &#8211; maybe thats a problem for you. for more information, take a look at this article [...]</description>
		<content:encoded><![CDATA[<p>[...] note that, with this solution, the password is readable in the url and some browsers (IE only =6, this was disabled in the newer versions) don&#8217;t support this &#8211; maybe thats a problem for you. for more information, take a look at this article [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.rojotek.com/blog/2008/05/19/http-authentication-in-a-url/comment-page-1/#comment-45725</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 07 Feb 2011 22:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/05/19/http-authentication-in-a-url/#comment-45725</guid>
		<description>skds1433 - see http://httpd.apache.org/docs/1.3/howto/auth.html</description>
		<content:encoded><![CDATA[<p>skds1433 &#8211; see <a href="http://httpd.apache.org/docs/1.3/howto/auth.html" rel="nofollow">http://httpd.apache.org/docs/1.3/howto/auth.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skds1433</title>
		<link>http://www.rojotek.com/blog/2008/05/19/http-authentication-in-a-url/comment-page-1/#comment-45721</link>
		<dc:creator>skds1433</dc:creator>
		<pubDate>Mon, 07 Feb 2011 21:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/05/19/http-authentication-in-a-url/#comment-45721</guid>
		<description>my goal is to develop a new layer of php authentication. (all of you are confusing for authorization) I do not understand these standards that were developed be children. it makes MUCH more sense to handle authentication through this means, rather than cookies. and you all think authentication means authorization. to sum it up; authorization is when you meet someone new and they are able to prove they are of your organization. authentication is the ability of our minds to remember that person&#039;s face and never need to ask them again.
instead of cookies, let&#039;s explore new ways to authenticate people in the form of:
sesion_id:unique_user_finger_print@localhost:80/index.php</description>
		<content:encoded><![CDATA[<p>my goal is to develop a new layer of php authentication. (all of you are confusing for authorization) I do not understand these standards that were developed be children. it makes MUCH more sense to handle authentication through this means, rather than cookies. and you all think authentication means authorization. to sum it up; authorization is when you meet someone new and they are able to prove they are of your organization. authentication is the ability of our minds to remember that person&#8217;s face and never need to ask them again.<br />
instead of cookies, let&#8217;s explore new ways to authenticate people in the form of:<br />
sesion_id:unique_user_finger_print@localhost:80/index.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier Serrano Polo</title>
		<link>http://www.rojotek.com/blog/2008/05/19/http-authentication-in-a-url/comment-page-1/#comment-23244</link>
		<dc:creator>Javier Serrano Polo</dc:creator>
		<pubDate>Wed, 08 Jul 2009 04:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/05/19/http-authentication-in-a-url/#comment-23244</guid>
		<description>Whereas RFC 1738 actually forbids HTTP authentication in URL (3.3: &quot;No user name or password is allowed.&quot;), it&#039;s a very useful tool even for real applications. With Firefox-like target browsers, it can replace form authentication completely.</description>
		<content:encoded><![CDATA[<p>Whereas RFC 1738 actually forbids HTTP authentication in URL (3.3: &#8220;No user name or password is allowed.&#8221;), it&#8217;s a very useful tool even for real applications. With Firefox-like target browsers, it can replace form authentication completely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design guy</title>
		<link>http://www.rojotek.com/blog/2008/05/19/http-authentication-in-a-url/comment-page-1/#comment-22620</link>
		<dc:creator>web design guy</dc:creator>
		<pubDate>Fri, 08 May 2009 11:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojotek.com/blog/2008/05/19/http-authentication-in-a-url/#comment-22620</guid>
		<description>this is often useful in scripts and for mobile applications that deal with http requests and otherwise can&#039;t authenticate using more convential popup method</description>
		<content:encoded><![CDATA[<p>this is often useful in scripts and for mobile applications that deal with http requests and otherwise can&#8217;t authenticate using more convential popup method</p>
]]></content:encoded>
	</item>
</channel>
</rss>

