diff --git a/ws.php b/ws.php index d963a592f..81af4bb04 100644 --- a/ws.php +++ b/ws.php @@ -507,7 +507,7 @@ add_event_handler('ws_add_methods', 'ws_addDefaultMethods'); add_event_handler('ws_invoke_allowed', 'ws_isInvokeAllowed', EVENT_HANDLER_PRIORITY_NEUTRAL, 3); -$requestFormat = null; +$requestFormat = 'rest'; $responseFormat = null; if ( isset($_GET['format']) ) @@ -515,22 +515,6 @@ if ( isset($_GET['format']) ) $responseFormat = $_GET['format']; } -if ( isset($HTTP_RAW_POST_DATA) ) -{ - $HTTP_RAW_POST_DATA = trim($HTTP_RAW_POST_DATA); - if ( strncmp($HTTP_RAW_POST_DATA, '