XMLRPC via python
-
I have a wordpress site that i run on a private computer (virtual)
in my worc 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 guet the Bla Bla Bla use POST method… thats all OC.
but when i try to access it with python (wordpress_xmlrpc library) i guet a 403 forbidden…i tryd to do the following in htaccess:
<FilesMatch "(xmlrpc\.php)$"> order allow,deny allow from all </FilesMatch>with no lucc…
anyone cnow solution?sorry for bad english.
The topic ‘XMLRPC via python’ is closed to new replies.