Hacker News new | ask | show | jobs
by quasse 3407 days ago
Where is your user input going in the end? If it's going to a server, I sure hope you're validating it there.

Anything you do on the client side via JavaScript can be bypassed by the end user and provides no guarantees about the input you receive.

1 comments

Same with HTML. Need validation server side no matter what.