(<form method="query"> and formmethod="query".)
After many years of waiting, RFC 10008: The HTTP QUERY Method has been published.
It seems reasonable to me to add it to HTML. (I’m no browser maker, but I hope they agree too.) Being able to get rid of the “are you sure you want to resend the request?” warning you get from using POST would be nice.
I’ve already made a patch because I was curious to go through and see where I reckoned modifications might be needed, but I submit this as an issue because the thing is unsolicited and I also doubt the patch is ready as-is—“POST resource” really wants a new name, and I don’t know if Fetch needs corresponding changes (e.g. should QUERY be a CORS-safelisted method, and are there implications, one way or another, to form submissions), and there are probably more things that experts/implementers should consider that I haven’t thought of.
Related: #3577, #11347 (issue and PR for supporting PUT/PATCH/DELETE).
(
<form method="query">andformmethod="query".)After many years of waiting, RFC 10008: The HTTP QUERY Method has been published.
It seems reasonable to me to add it to HTML. (I’m no browser maker, but I hope they agree too.) Being able to get rid of the “are you sure you want to resend the request?” warning you get from using POST would be nice.
I’ve already made a patch because I was curious to go through and see where I reckoned modifications might be needed, but I submit this as an issue because the thing is unsolicited and I also doubt the patch is ready as-is—“POST resource” really wants a new name, and I don’t know if Fetch needs corresponding changes (e.g. should QUERY be a CORS-safelisted method, and are there implications, one way or another, to form submissions), and there are probably more things that experts/implementers should consider that I haven’t thought of.
Related: #3577, #11347 (issue and PR for supporting PUT/PATCH/DELETE).