XML-RPC is not responding correctly ( 200 )
-
Hi there!
I got a notification this morning that Jetpack was disconnected from my site and when I tried to debug the issue, I got the following response:
It looks like XML-RPC is not responding correctly. Please make sure XML-RPC is turned on for your site and is set up to respond to all content types. You can test this yourself by running the following command from the command line:
curl -A ‘Jetpack by WordPress.com’ -d ‘<methodCall><methodName>demo.sayHello</methodName></methodCall>’ https://www.stefanienatascha.com/xmlrpc.php
The answer should be:<?xml version=”1.0″ encoding=”UTF-8″?>
<methodResponse>
<params>
<param>
<value>
<string>Hello!</string>
</value>
</param>
</params>
</methodResponse>I have no idea as to how I could go about doing this. Could someone provide me with some advice on how I could proceed with these instructions?
Many thanks in advance!
The page I need help with: [log in to see the link]
- The topic ‘XML-RPC is not responding correctly ( 200 )’ is closed to new replies.