Hacker News new | ask | show | jobs
by preseinger 1119 days ago
you're papering over the important details

namely, urls are finite, bodies are infinite

1 comments

So? Just deal with it however one would deal with unruly POST requests, slow-walked multi-part, and other protocol abuse. No matter what, you need protection against bad actors trying to get the servers to do bad things.
i'm not sure how malicious requests are relevant to this conversation

specifically, a URL can basically always be fully read and cached in memory in a server, a request body cannot