diff --git a/phabricator/conduit.py b/phabricator/conduit.py --- a/phabricator/conduit.py +++ b/phabricator/conduit.py @@ -74,7 +74,6 @@ } headers = ( ('Connection', 'Keep-Alive'), - ('Content-Type', 'application/x-www-form-urlencoded'), ) url = self._url + method