Y
Hacker News
new
|
ask
|
show
|
jobs
by
matthewkayin
31 days ago
You first ask if you really need to.
1 comments
AnimalMuppet
31 days ago
Unless you're exposing it to the internet, ever, in the entire future history of the program. Then you kind of have to, in one form or another.
link
Someone
31 days ago
You have to, but you probably shouldn’t do it by trying to add the inputs. That opens a door for DDOS attacks.
Returning an error on inputs that are too long (for some definition of it) is the way to go.
link