<?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 and Microsoft IIS / PHP ISAPI module</title>
	<atom:link href="http://pessoal.org/blog/2005/07/30/http-authentication-and-microsoft-iis-php-isapi-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://pessoal.org/blog/2005/07/30/http-authentication-and-microsoft-iis-php-isapi-module/</link>
	<description></description>
	<lastBuildDate>Fri, 02 Sep 2011 07:17:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: German</title>
		<link>http://pessoal.org/blog/2005/07/30/http-authentication-and-microsoft-iis-php-isapi-module/comment-page-1/#comment-43781</link>
		<dc:creator>German</dc:creator>
		<pubDate>Mon, 01 Sep 2008 13:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://pessoal.org/blog/?p=32#comment-43781</guid>
		<description>When copying from the page, single and double quotes are not standard (&quot;&#039;&#039;&quot;) for a PHP script (5 different types found) , had to search and replace all:

&#039;PHP_AUTH_USER&#039;
’WWW-Authenticate: Basic realm=”My Realm”‘
’HTTP/1.0 401 Unauthorized’
‘Text to send if user hits Cancel button’
“Hello {$_SERVER[&#039;PHP_AUTH_USER&#039;]}.”
“You entered {$_SERVER[&#039;PHP_AUTH_PW&#039;]} as your password.”

(the script works fine anyway)

Regards</description>
		<content:encoded><![CDATA[<p>When copying from the page, single and double quotes are not standard (&#8220;&#8221;&#8221;) for a PHP script (5 different types found) , had to search and replace all:</p>
<p>&#8216;PHP_AUTH_USER&#8217;<br />
’WWW-Authenticate: Basic realm=”My Realm”‘<br />
’HTTP/1.0 401 Unauthorized’<br />
‘Text to send if user hits Cancel button’<br />
“Hello {$_SERVER['PHP_AUTH_USER']}.”<br />
“You entered {$_SERVER['PHP_AUTH_PW']} as your password.”</p>
<p>(the script works fine anyway)</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Israel</title>
		<link>http://pessoal.org/blog/2005/07/30/http-authentication-and-microsoft-iis-php-isapi-module/comment-page-1/#comment-6673</link>
		<dc:creator>Daniel Israel</dc:creator>
		<pubDate>Thu, 05 Apr 2007 17:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://pessoal.org/blog/?p=32#comment-6673</guid>
		<description>Do you have to have register_globals enabled to use this?  Mine doesn&#039;t seem to work at all...  I never get the HTTP_AUTHORIZATION back...</description>
		<content:encoded><![CDATA[<p>Do you have to have register_globals enabled to use this?  Mine doesn&#8217;t seem to work at all&#8230;  I never get the HTTP_AUTHORIZATION back&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

