• I have a wordpress site that i run on a private computer (virtual)
    in my work so i have no limitations from above, i was trying to play around with the xmlrpc to autopost
    posts for news and i have a problrm,

    when i access xmlrpc.php from broeser i get the Bla Bla Bla use POST method… thats all OK.
    but when i try to access it with python (wordpress_xmlrpc library) i get a 403 forbidden…

    i tryd to do the following in htaccess:

    <FilesMatch "(xmlrpc\.php)$">
    order allow,deny
    allow from all
    </FilesMatch>

    with no luck…
    anyone know solution?

    sorry for bad english.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘XMLRPC via python’ is closed to new replies.