If I\'m being sent an HTTP Post where the body of the http request is just a UTF8 encoded string, how do I access that data in my cakephp controller? It appears that $this->
You can use these simplest way :
$data = $this->request->input ( 'json_decode', true) ;