<?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: WordPress To Disable Remote Access</title>
	<atom:link href="http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access/feed" rel="self" type="application/rss+xml" />
	<link>http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access</link>
	<description>Mac &#38; Technology Writings by Daniel Jalkut</description>
	<lastBuildDate>Fri, 19 Mar 2010 15:19:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Voks</title>
		<link>http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access/comment-page-2#comment-146878</link>
		<dc:creator>Voks</dc:creator>
		<pubDate>Sat, 27 Sep 2008 19:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=512#comment-146878</guid>
		<description>Isn&#039;t it just possible to find a module for wordpress which allows API approach?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t it just possible to find a module for wordpress which allows API approach?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haiming</title>
		<link>http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access/comment-page-2#comment-146833</link>
		<dc:creator>Haiming</dc:creator>
		<pubDate>Thu, 25 Sep 2008 23:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=512#comment-146833</guid>
		<description>How to enable wordpress remote access? I have just installed a wordpress new version, and have the trouble to setup XML-RPC services.</description>
		<content:encoded><![CDATA[<p>How to enable wordpress remote access? I have just installed a wordpress new version, and have the trouble to setup XML-RPC services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Henderson</title>
		<link>http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access/comment-page-2#comment-146817</link>
		<dc:creator>Jerry Henderson</dc:creator>
		<pubDate>Thu, 25 Sep 2008 01:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=512#comment-146817</guid>
		<description>Wow. It requires checking exactly one radio button. Why all the fuss, Russ?</description>
		<content:encoded><![CDATA[<p>Wow. It requires checking exactly one radio button. Why all the fuss, Russ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I Wordpress Themes</title>
		<link>http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access/comment-page-2#comment-145934</link>
		<dc:creator>I Wordpress Themes</dc:creator>
		<pubDate>Tue, 05 Aug 2008 14:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=512#comment-145934</guid>
		<description>As for the security the idea of WP developers is not really good. As for the convenience of using the service it is not good too, especially for the users. I still do not understand the point of this innovation.</description>
		<content:encoded><![CDATA[<p>As for the security the idea of WP developers is not really good. As for the convenience of using the service it is not good too, especially for the users. I still do not understand the point of this innovation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taybin</title>
		<link>http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access/comment-page-2#comment-144223</link>
		<dc:creator>Taybin</dc:creator>
		<pubDate>Mon, 30 Jun 2008 22:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=512#comment-144223</guid>
		<description>@drew

all is forgiven.  please come home. :)</description>
		<content:encoded><![CDATA[<p>@drew</p>
<p>all is forgiven.  please come home. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Stewart</title>
		<link>http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access/comment-page-2#comment-144019</link>
		<dc:creator>Doug Stewart</dc:creator>
		<pubDate>Fri, 27 Jun 2008 13:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=512#comment-144019</guid>
		<description>Christina: &lt;a href=&quot;http://trac.wordpress.org/changeset/8202&quot; rel=&quot;nofollow&quot;&gt;Revision 8202&lt;/a&gt; takes care of the messages.  XML-RPC now tosses:

$this-&gt;error = new IXR_Error( 405, sprintf( __( &#039;XML-RPC services are disabled on this blog.  An admin user can enable them at %s&#039;),  admin_url(&#039;options-writing.php&#039;) ) );

while APP tosses:

$this-&gt;not_allowed( &#039;AtomPub services are disabled on this blog.  An admin user can enable them at &#039; . admin_url(&#039;options-writing.php&#039;) );

Brief, yes, but instructive, I think.  Hopefully it&#039;s enough.</description>
		<content:encoded><![CDATA[<p>Christina: <a href="http://trac.wordpress.org/changeset/8202" rel="nofollow">Revision 8202</a> takes care of the messages.  XML-RPC now tosses:</p>
<p>$this-&gt;error = new IXR_Error( 405, sprintf( __( &#8216;XML-RPC services are disabled on this blog.  An admin user can enable them at %s&#8217;),  admin_url(&#8216;options-writing.php&#8217;) ) );</p>
<p>while APP tosses:</p>
<p>$this-&gt;not_allowed( &#8216;AtomPub services are disabled on this blog.  An admin user can enable them at &#8216; . admin_url(&#8216;options-writing.php&#8217;) );</p>
<p>Brief, yes, but instructive, I think.  Hopefully it&#8217;s enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julik</title>
		<link>http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access/comment-page-2#comment-144016</link>
		<dc:creator>Julik</dc:creator>
		<pubDate>Fri, 27 Jun 2008 11:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=512#comment-144016</guid>
		<description>Wonderful. Of course it&#039;s much easier to axe some setting instead of implementing something useful (like HTTP digest authentication around the RPC backend).</description>
		<content:encoded><![CDATA[<p>Wonderful. Of course it&#8217;s much easier to axe some setting instead of implementing something useful (like HTTP digest authentication around the RPC backend).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christina Warren</title>
		<link>http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access/comment-page-2#comment-144006</link>
		<dc:creator>Christina Warren</dc:creator>
		<pubDate>Thu, 26 Jun 2008 20:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=512#comment-144006</guid>
		<description>Daniel,
Dude, that sucks. *sigh* indeed. I would rant about it, but I&#039;m sure you&#039;ve been there/done that. I do hope they include a HELPFUL error message so that users who upgrade and don&#039;t spend their life following WordPress development can easily enable remote blogging.</description>
		<content:encoded><![CDATA[<p>Daniel,<br />
Dude, that sucks. *sigh* indeed. I would rant about it, but I&#8217;m sure you&#8217;ve been there/done that. I do hope they include a HELPFUL error message so that users who upgrade and don&#8217;t spend their life following WordPress development can easily enable remote blogging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access/comment-page-2#comment-144005</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Thu, 26 Jun 2008 19:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=512#comment-144005</guid>
		<description>Christina: the bad news is that the WP team has since decided to yank that option from the startup process. They&#039;re afraid it will cause too many users to inadvertently turn it on (sigh).

But the good news is that they are talking now about putting an error message in for blog clients that attempt to connect, so that at least the user will have a chance of understanding why the client is not working as they expect.</description>
		<content:encoded><![CDATA[<p>Christina: the bad news is that the WP team has since decided to yank that option from the startup process. They&#8217;re afraid it will cause too many users to inadvertently turn it on (sigh).</p>
<p>But the good news is that they are talking now about putting an error message in for blog clients that attempt to connect, so that at least the user will have a chance of understanding why the client is not working as they expect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christina Warren</title>
		<link>http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access/comment-page-2#comment-144004</link>
		<dc:creator>Christina Warren</dc:creator>
		<pubDate>Thu, 26 Jun 2008 18:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=512#comment-144004</guid>
		<description>Daniel,

After I read your post, I was pretty peeved (for the same reasons you mentioned). Semantical arguments about the security benefits of default disabling aside (I don&#039;t care), having to go through an extra step just so I can post in my blog -- while a minor inconvenience -- makes me worried about the long-term API support. And of course, is just one more thing I have to keep in my arsenal when doing unpaid tech support for friends/family who use WordPress and a blogging client. 

That said, if 2.6beta1 is any indication, for new installs anyway (upgrades didn&#039;t get a notice but I also didn&#039;t check to see if it disabled the feature by default) DO ask if you want to enable/disable remote blogging. The check box is unchecked, but it is there during the standard WordPress install screen. That, I can live with. If the same sort of screen could appear to upgrade users too -- informing them of the change and letting them say yes or no (it could be on the upgrade.php page), this won&#039;t be a huge deal for existing users.

As for users who are installing WP for the first time, yes, it&#039;ll require more work to get MarsEdit and others to work out of the box, but at least the setting is easy to find. 

Check it out: http://img.skitch.com/20080626-tumdstx1jh8ma8x4hdyjc12ych.png</description>
		<content:encoded><![CDATA[<p>Daniel,</p>
<p>After I read your post, I was pretty peeved (for the same reasons you mentioned). Semantical arguments about the security benefits of default disabling aside (I don&#8217;t care), having to go through an extra step just so I can post in my blog &#8212; while a minor inconvenience &#8212; makes me worried about the long-term API support. And of course, is just one more thing I have to keep in my arsenal when doing unpaid tech support for friends/family who use WordPress and a blogging client. </p>
<p>That said, if 2.6beta1 is any indication, for new installs anyway (upgrades didn&#8217;t get a notice but I also didn&#8217;t check to see if it disabled the feature by default) DO ask if you want to enable/disable remote blogging. The check box is unchecked, but it is there during the standard WordPress install screen. That, I can live with. If the same sort of screen could appear to upgrade users too &#8212; informing them of the change and letting them say yes or no (it could be on the upgrade.php page), this won&#8217;t be a huge deal for existing users.</p>
<p>As for users who are installing WP for the first time, yes, it&#8217;ll require more work to get MarsEdit and others to work out of the box, but at least the setting is easy to find. </p>
<p>Check it out: <a href="http://img.skitch.com/20080626-tumdstx1jh8ma8x4hdyjc12ych.png" rel="nofollow">http://img.skitch.com/20080626-tumdstx1jh8ma8&#215;4hdyjc12ych.png</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
