Welcome Guest, Not a member yet? Register   Sign In
Routing method delete or get
#2

Yes!

CodeIgniter 4 User Guide:

While the add() method seems to be convenient, it is recommended to always use the HTTP-verb-based routes,
described above, as it is more secure. If you use the CSRF protection, it does not protect GET requests. If the URI
specified in the add() method is accessible by the GET method, the CSRF protection will not work.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Routing method delete or get - by Beewez - 12-05-2022, 06:11 AM
RE: Routing method delete or get - by InsiteFX - 12-06-2022, 12:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB