1--- a/XML_RPC/XML/RPC/Server.php	2017-12-30 12:30:06.000000000 +0000
2+++ b/XML_RPC/XML/RPC/Server.php	2017-12-30 12:32:12.000000000 +0000
3@@ -330,6 +330,10 @@
4     {
5         global $HTTP_RAW_POST_DATA;
6
7+        if (empty($HTTP_RAW_POST_DATA)) {
8+            $HTTP_RAW_POST_DATA = file_get_contents("php://input");
9+        }
10+
11         if ($debug) {
12             $this->debug = 1;
13         } else {
14