CodeIgniter Forums
I think there an issue or bug with CodeIgniter\Security\Exceptions\SecurityException: - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Regional User Groups (https://forum.codeigniter.com/forumdisplay.php?fid=25)
+--- Thread: I think there an issue or bug with CodeIgniter\Security\Exceptions\SecurityException: (/showthread.php?tid=86196)



I think there an issue or bug with CodeIgniter\Security\Exceptions\SecurityException: - luckmoshy - 01-19-2023

However, it works fine but is not right might have a bug (4.3.1) (form)


PHP Code:
CodeIgniter\Security\Exceptions\SecurityException #403 

The action you requested is not allowed.


RE: I think there an issue or bug with CodeIgniter\Security\Exceptions\SecurityException: - kenjis - 01-19-2023

The exception means you did not post the proper CSRF token.
See https://codeigniter4.github.io/CodeIgniter4/libraries/security.html#redirection-on-failure


RE: I think there an issue or bug with CodeIgniter\Security\Exceptions\SecurityException: - luckmoshy - 01-20-2023

(01-19-2023, 10:40 PM)kenjis Wrote: The exception means you did not post the proper CSRF token.
See https://codeigniter4.github.io/CodeIgniter4/libraries/security.html#redirection-on-failure
Oooh sorry you are right Thank you now is working fine