I am trying to find a way to verify and validate my form that will prevent me from script injection. Still working. Is there any device I can use to test and verify my form for any known weaknesses.
Are you talking about web development? You must undo your form using javascript or jquery logic. But this will not bring you any security, it will only reduce server traffic, because non-legitimate form servers will not be sent to do so.
Next and you have to validate your form on the server using php or forget about using HTML specialtalkers, whatever you use on the server side, whenever you are aware of XS attacks Variables display the input value to be. Use mysqlrealescapestring or some escape for the DBS I'm using if you use it to avoid any ARM, it is done in most ways.
Did you ask for a device? You can use the Zend Framework, it is complicated but there is some form validation autotomy in it. Ex: You can validate the ISBN number, email address or bar code with you.
Comments
Post a Comment