On 2 Mar 2009, at 07:23, pdenlinger wrote:
I have changed the directory to read:
http://admin@chinavortex.com/public_html/chinavortex.com/xmlrpc.php
per your suggestion, and have checked to make sure that the xmlrpc.php file is there, but still get a 302 error when I send the Fetch Posts command.
It’s probably easiest to troubleshoot this via IRC, as you can then do a test account that I or someone else can try setup the blogging bundle to and examine the http traffic.
The 302 though does indicate that the endpoint URL is “wrong”. Might be that there is a redirect e.g. from chinavortex.com to www.chinavortex.com or similar — the ruby XML/RPC stuff does not follow these redirects (as I _think_ is the proper behavior because it does a POST to the URL, not a GET).