close
Skip to content

Support QUERY method in form submissions #12594

Description

@chris-morgan

(<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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions