<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>WordPress &#8250; Support &#187; Topic: Posts-Level plugin and RSS authentication...</title>
		<link>http://wordpress.org/support/topic/posts-level-plugin-and-rss-authentication</link>
		<description>WordPress &#8250; Support &#187; Topic: Posts-Level plugin and RSS authentication...</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 22:55:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/support/rss/topic/posts-level-plugin-and-rss-authentication" rel="self" type="application/rss+xml" />

		<item>
			<title>Vagari on "Posts-Level plugin and RSS authentication..."</title>
			<link>http://wordpress.org/support/topic/posts-level-plugin-and-rss-authentication#post-402989</link>
			<pubDate>Thu, 29 Jun 2006 19:29:35 +0000</pubDate>
			<dc:creator>Vagari</dc:creator>
			<guid isPermaLink="false">402989@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>I'm still not any closer to solving this. The author never replied and the posts page has some more comments that are unrelated.</p>
<p>So far I've gone through the code some more, trying to follow along with what it is actually doing. It's not helping much... I'm not seeing it fail anywhere...</p>
<p>OK, while I was writing this I contiuned to play I found some bizarre anomolies...</p>
<p>I was trying to fix the fact that my fix to pass the authentication variables adds to the htaccess file and seems to break the "clean urls" for the feeds. </p>
<p>While playing I randomly put in incorrect information. But since I was already logged in... the friggen hidden post showed up. So it didn't prompt me, but it included the post. And then it disappeared a few refreshes later and then came back with some more fiddling... </p>
<p>So to summarize,</p>
<ul>
<li>Putting in "/wp-rss2.php?http_auth=yes" displays a blank feed, with just the basic information, no posts. But at least it prompts you for authentication"</li>
<li>Changing that to the actual feed produces a 404 error. And when switched from "/feed/?http_auth=yes" to "/feed/?http_auth=no" the 404 goes away.</li>
<li>Sometimes if I'm logged in already (only produced in Firefox so far) and just use "/feed/" or even "/wp-rss2.php" (remember, not all the time) I get back the correct feed with the hidden post.</li>
<li>"/feed/?http_auth=yes" produces a 404 error, yet "/feed/?http_auth=yes/" does not. And again, sometimes produces a feed including the private post.</li>
</ul>
<p>Maybe I should also make sure that my htaccess can't be made better (I'm sure it can).<br />
<code><br />
# BEGIN WordPress<br />
&#60;IfModule mod_rewrite.c&#62;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [E=REMOTE_USER:%{HTTP:Authorization},L]<br />
&#60;/IfModule&#62;<br />
# END WordPress<br />
</code><br />
<code><br />
&#60;IfModule mod_rewrite.c&#62;<br />
RewriteEngine on<br />
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]<br />
&#60;/IfModule&#62;<br />
</code></p>
<p>Is there anyone out there who can give me something positive? I can't make heads or tails of all this wonky behavior... Thanks!
</p>]]></description>
					</item>
		<item>
			<title>Vagari on "Posts-Level plugin and RSS authentication..."</title>
			<link>http://wordpress.org/support/topic/posts-level-plugin-and-rss-authentication#post-395668</link>
			<pubDate>Thu, 15 Jun 2006 20:50:46 +0000</pubDate>
			<dc:creator>Vagari</dc:creator>
			<guid isPermaLink="false">395668@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>Ahhh... well <em>that</em> was a problem with the htaccess... If I manually switch over to the actual feed url e.g., wp-rss2.php?http_auth=yes then I just get an empty feed. and switching over to "=no" works fine...</p>
<p>Guess I'll be installing this at home to my linux box that doesn't even currently have an internet connection just to see what's <em>supposed</em> to be happening. This is starting to get annoying...
</p>]]></description>
					</item>
		<item>
			<title>Vagari on "Posts-Level plugin and RSS authentication..."</title>
			<link>http://wordpress.org/support/topic/posts-level-plugin-and-rss-authentication#post-395610</link>
			<pubDate>Thu, 15 Jun 2006 19:10:39 +0000</pubDate>
			<dc:creator>Vagari</dc:creator>
			<guid isPermaLink="false">395610@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>OK, I have started pulling apart the plugin and found out that the problem stems from having to use authentication in general. My host has PHP installed as cgi and not a module. So the <code>$_SERVER[&#39;PHP_AUTH_USER&#39;]</code> and <code>$_SERVER[&#39;PHP_AUTH_PW&#39;]</code> are not set by the server.</p>
<p>I found a script that, along with an add-on to my .htaccess file, grabs the data and rebuilds the two variables. </p>
<p>But <em>now</em>, even though my credentials go through, I just get a 404 error. Is anyone else using this plugin, in a "module" environment, and can vouch that it functions correctly? I'd like to know that I'm on the right track but just need to tweak something else. Thanks!
</p>]]></description>
					</item>
		<item>
			<title>Vagari on "Posts-Level plugin and RSS authentication..."</title>
			<link>http://wordpress.org/support/topic/posts-level-plugin-and-rss-authentication#post-393431</link>
			<pubDate>Sun, 11 Jun 2006 18:06:42 +0000</pubDate>
			<dc:creator>Vagari</dc:creator>
			<guid isPermaLink="false">393431@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>I just tried to use a couple web browsers to login and view the rss feed. Even in Firefox, I just keep getting the login popup. Does anyone have any ides? I'd really appreciate some help.</p>
<p>Here's the plugin's page:<br />
<a href="http://fortes.com/2005/12/27/post-levels-10/">http://fortes.com/2005/12/27/post-levels-10/</a>
</p>]]></description>
					</item>
		<item>
			<title>Vagari on "Posts-Level plugin and RSS authentication..."</title>
			<link>http://wordpress.org/support/topic/posts-level-plugin-and-rss-authentication#post-393201</link>
			<pubDate>Sun, 11 Jun 2006 03:35:01 +0000</pubDate>
			<dc:creator>Vagari</dc:creator>
			<guid isPermaLink="false">393201@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>I left a comment on the plugin's page... but I'm hoping someone on here can help me. </p>
<p>Outside of a little messing around, I hadn't worked with Wordpress. I now have my friend's site up and running and she wanted to restrict some posts to people she authorizes.</p>
<p>Thus I grabbed the role manager and post level plugins. And they did what I expected.</p>
<p>Until I tried to subscribe and use my credentials... I can't figure out where the problem is. But with both Feeddemon and NetNewsWire I get rejected. I've successfully connected to other authenticated feeds, it just doesn't work with this feed.</p>
<p>Is this a problem with the plugin? Or is there a problem with Wordpress and RSS 2? Can anyone at least get me started on what's happening? I'd be eternally grateful. Thanks a bunch. :)</p>
<p>· Jake
</p>]]></description>
					</item>

	</channel>
</rss>

