Exactly.
Methods, headers, status-codes, content-types, bodies, paths, querystrings. So many variables, hidden magic, combinations of variables, mismatched implicit assumptions. So much flexibility, so much trouble for nothing.
Meh, GET|POST /path is bare minimum, possibly with an host header for virtual hosts. There rest is pretty much optional sugercoating. Your reasoning goes the same for all nips beside 01. No need for the rest in essence and it is the same for http. And then devs start adding features 🤣
I think it’s more the restrictiveness, opinionatedness, or ambiguity with these methods comparatively.
Yeah, you could only do with get or post, it just that these two cause the browser to act differently. The other methods are (more or less) degrees of freedom expression. I'd say the nips are not much different technically, may be semantically there is some difference dunno, but to go religic about it goes a bit far.
the devs must be stopped!
agree.
I've been fighting forever against the innumerable possible combination for HTTPS + CORS + Cookies options (domain, secure, sameSite...)
Indeed, I forgot these other nasty things. Also redirects.