Open bokoth opened 4 years ago
According to the code in the attached file components/com_api/libraries/plugin.php com_api should support JSON input, but this is not the case
$app->input->server->get('CONTENT_TYPE')
returns applicationjson instead of application/json meaning that clause is never executed, could you please fix this?
applicationjson
application/json
According to the code in the attached file components/com_api/libraries/plugin.php com_api should support JSON input, but this is not the case
returns
applicationjson
instead ofapplication/json
meaning that clause is never executed, could you please fix this?