CodeIgniter 3 se solicitar Ajax

if (!$this->input->is_ajax_request()) {
   exit('No direct script access allowed');
}
Abdullah al Mamun