diff --git a/src/cloud.cls.php b/src/cloud.cls.php index 3078a4ae6..afec8536f 100644 --- a/src/cloud.cls.php +++ b/src/cloud.cls.php @@ -1349,7 +1349,7 @@ private function _post($service, $data = false, $time_out = false) $response = wp_remote_post($url, array( 'body' => $param, 'timeout' => $time_out ?: 15, - 'headers' => array('Accept' => 'application/json'), + 'headers' => array('Accept' => 'application/json', 'Expect' => ''), )); return $this->_parse_response($response, $service, $service_tag, $server);