Welcome Guest, Not a member yet? Register   Sign In
form and security
#1

Hello,
what's the difference between using form helper and build normal html form? 
How i can secure more my form?
THe request->getVar() is enoufgh for security?
Reply
#2

CSRF protection are automatically added.

No, getVar have nothing to do with security. You need to use validation filtering, only accepting the types of data as you want.
You only want numbers? Only accept them.
A-Z? Just accept them, no numbers, no <> etc.
Reply
#3

Hello,
have link to i can i check the validation filtring how working?
have a function can apply it for getVar() to secure it?
Reply
#4

It's all in the manual.
https://codeigniter.com/user_guide/libra...ation.html
Reply




Theme © iAndrew 2016 - Forum software by © MyBB