Welcome Guest, Not a member yet? Register   Sign In
Validation in controllers
#7

(09-15-2019, 01:25 AM)jreklund Wrote: @John_Betong: That's a HUGE security problem. As people can just delete those from the DOM and submit XSS etc without any issue.

Exactly! Validation should be done on both side. On the frontend for better user experience (with html5 and javascript) and on the backend for security because you can't trust what is coming from the web, even if you do validation in your form.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
Validation in controllers - by milengardev1994 - 09-05-2019, 09:15 AM
RE: Validation in controllers - by includebeer - 09-05-2019, 11:34 AM
RE: Validation in controllers - by php_rocs - 09-05-2019, 02:11 PM
RE: Validation in controllers - by John_Betong - 09-15-2019, 12:59 AM
RE: Validation in controllers - by jreklund - 09-15-2019, 01:25 AM
RE: Validation in controllers - by includebeer - 09-15-2019, 05:47 AM
RE: Validation in controllers - by website - 09-15-2019, 10:44 AM
RE: Validation in controllers - by JoellSVK - 01-14-2020, 01:36 AM
RE: Validation in controllers - by TonyBurgos - 02-15-2020, 01:27 PM
RE: Validation in controllers - by angrymongol - 02-25-2020, 09:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB