logoalt Hacker News

acabaltoday at 4:44 PM2 repliesview on HN

Supporting more than GET/POST in HTML forms has been my dream for decades. There's a WHATWG proposal to do just that if you want to add your voice: https://github.com/whatwg/html/pull/11347


Replies

CodesInChaostoday at 9:04 PM

I'm not convinced of the benefit of allowing PUT/PATCH/DELETE in forms. But QUERY sounds more useful, and its lack of side-effects (plus the lack of legacy code using it) would avoid the need for CORS preflight requests.

There is a separate issue for QUERY: https://github.com/whatwg/html/issues/12594

MBCooktoday at 7:38 PM

What’s the use case for that?