zachfeldman / rubypress

Ruby interface for the WordPress XMLRPC API. Follows standard XML-RPC Documentation closely.
201 stars 55 forks source link

Cannot use it with blogs hosted on wordpress.com #35

Closed mannysz closed 9 years ago

mannysz commented 9 years ago

Trying to use the gem with a free blog hosted at wordpress.com domain, I get an error for code 301 Moved Permanently. The same occurs for http code 302.

seuros commented 9 years ago

Probably the RPC api is not activated.

mannysz commented 9 years ago

Actually I identified the problem. These blogs needs to run the XMLRPC requests over SSL and redirected automatically to the root when it's not.