codeigniter post not working in controller with postman code example
Example: codeigniter controller not getting post
$this->input->post(NULL, TRUE); // returns all POST items with XSS filter
$this->input->post(); // returns all POST items without XSS filter