• I created my own theme recently, basing it off my previous template and the blank one available from the WordPress themes site.

    I have XML-RPC enabled, and my xmlrpc.php file appears to be working.

    I looked at the FAQ and documentation for the iPhone app from WordPress, and I’m missing the first bit it says I need, which should look like this in my source:

    <link rel=”EditURI” type=”application/rsd+xml” title=”RSD” href=”https://example.com/xmlrpc.php?rsd” />

    Is this supposed to by dynamically generated by a template tag? Do I need to hard code it in? Where should I put it? I’m not sure how I missed this, since I copied stuff verbatim from other themes and just fit it into the HTML for my own theme…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter shifuimam

    (@shifuimam)

    Anyone?

    good question…
    got the same problem.
    i have wp 2.6.1 on my own server.
    i have XML-RPC enabled

    but i dont have the <link …rsd…/> in my sites header!

    i can query the https://leckerfett.com/xmlrpc.php which gives “XML-RPC server accepts POST requests only.” but when i use https://leckerfett.com/xmlrpc.php?rsd it says: “WordPress https://www.ads-software.com/ https://leckerfett.com&#8221;

    but i guess, the iphone-app cant find the service, because there is no link in the header. how can i add it?

    thx for any hints
    kweso

    i tried to add

    <link rel=”EditURI” type=”application/rsd+xml” title=”RSD” href=”<?php bloginfo(‘pingback_url’); ?>?rsd” />

    to my header template. helps nothing.
    i also tried to add a .htaccess to my root folder and put

    <Files xmlrpc.php>
    SecFilterInheritance Off
    </Files>

    in it. then i get a server error.
    would really be nice if someone could help…

    thx
    kws

    well, if i set the xmlrpc.php from 744 to 766 everything works.
    BUT: can this be a securuty problem with my installation??

    thx…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘xml-rpc error with iPhone app’ is closed to new replies.