bokoth

Results 1 issues of bokoth

![json_issue png](https://user-images.githubusercontent.com/65965316/88436201-ca0e1180-cdd1-11ea-986e-fc564fb2729f.jpg) 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`...