Welcome Guest, Not a member yet? Register   Sign In
csrf_exclude_uris not work
#2

The URIs should follow the pattern of controller/method and should not begin with a slash. So assuming the controller is assistant_dashboard and the method is upload the setting should be

$config['csrf_exclude_uris'] = array('assistant_dashboard/upload');
Reply


Messages In This Thread
csrf_exclude_uris not work - by arxiba - 03-25-2019, 05:27 PM
RE: csrf_exclude_uris not work - by dave friend - 03-28-2019, 09:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB