diff --git a/inc/IXR_Library.php b/inc/IXR_Library.php index 33e1efbc5f31bf73e3ecbc998fa00950187a138d..c3c70b92c159d2016463c70918e32f65d0d4f7ac 100644 --- a/inc/IXR_Library.php +++ b/inc/IXR_Library.php @@ -501,7 +501,7 @@ class IXR_Client extends DokuHTTPClient { $xml = $request->getXml(); $this->headers['Content-Type'] = 'text/xml'; - if(!$this->sendRequest($this->posturl,$xml,'RAW')){ + if(!$this->sendRequest($this->posturl,$xml,'POST')){ $this->xmlerror = new IXR_Error(-32300, 'transport error - '.$this->error); return false; }