Welcome Guest, Not a member yet? Register   Sign In
403 error in AJAX to Controller
#5

(This post was last modified: 10-27-2019, 08:27 AM by anonymous5421.)

(10-27-2019, 07:22 AM)mintwint Wrote: check csrf token
How should I do this?
in the $globals in config/Filters.php, csrf is commented:
public $globals = [
'before' => [
//'honeypot'
// 'csrf',
],
'after' => [
'toolbar',
//'honeypot'
],
];
Reply


Messages In This Thread
RE: 403 error in AJAX to Controller - by ciadmin - 10-27-2019, 07:12 AM
RE: 403 error in AJAX to Controller - by mintwint - 10-27-2019, 07:22 AM
RE: 403 error in AJAX to Controller - by anonymous5421 - 10-27-2019, 08:08 AM
RE: 403 error in AJAX to Controller - by ecampait - 10-27-2019, 07:55 AM
RE: 403 error in AJAX to Controller - by InsiteFX - 10-28-2019, 03:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB