Ajax calls some times not working in codeigniter.
Solution for this is edit the config.php file and set the following value as False;
$config[‘csrf_protection’] = FALSE;
Ajax calls some times not working in codeigniter.
Solution for this is edit the config.php file and set the following value as False;
$config[‘csrf_protection’] = FALSE;