XML-RPC
-
Hello,
My WordPress site is currently experiencing issues with regard to the xml-rpc. When debugging, the following is what I receive…
Debug XML-RPC is not responding correctly ( 200 ) 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://stateofdabar.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’ve contacted my web host about this, and I was told to disable all plugins to locate which one caused the problem. I did so, but no change. A little assistance will be greatly appreciated.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘XML-RPC’ is closed to new replies.