var_dump(file_get_contents('php://input'));
var_dump($_SERVER['HTTP_B']);
DomainException [ Error ]:Don't know how to parse input of type: text/plain
COREPATH/classes/input/instance.php @ line 513
you can test with rest client extension in firefox or chrome
DomainException [ Error ]:Don't know how to parse input of type: text/plain
COREPATH/classes/input/instance.php @ line 513
and i cant access to header variable
core/classes/input/instance.php => hydrate() function (error line in question)
$content type is : application/x-www-form-urlencoded, multipart/form-data, application/json, application/xml, text/xml
and not have text/plain
It looks like you're new here. If you want to get involved, click one of these buttons!