• I’m trying to use xmlrpc with my self hosted blog, but when I try to connect I get a 401 error: Authorization failed.

    I’ve used the exact same process with another blog hosted at wordpress.com, and it works fine. I’m guessing the settings at my end are working fine then. (Specifically, I’m trying to use Textmate. The problem seems to be only with the self-hosted blog.)

    I have enabled XML-RPC in Settings > Writing. I have specified the correct url to xmlrpc.php: mydomain.com/blog/xmlrpc.php.

    What am I missing?

    Thanks. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter arnabocean

    (@arnabocean)

    If it makes a difference, I was using a Windows hosting server. (“Was”, because I’m shifting to a Linux server.)

    Sounds like your web server is requiring an additional layer of authorization (HTTP Basic?) that some clients don’t support.

    Thread Starter arnabocean

    (@arnabocean)

    Yes I just found out it was, for some reason, a Windows vs Linux hosting thing. My shift to Linux went through and became active a few minutes ago, and it’s working fine now!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘XML-RPC 401 error on self-hosted blog’ is closed to new replies.