RFC 10008: The new HTTP Query Method
71–80 of 189 posts
Re: RFC 10008: The new HTTP Query Method
#72Just in case anyone wants to pretend it's still that other century: https://www.rfc-editor.org/rfc/rfc10008.txt
Re: RFC 10008: The new HTTP Query Method
#73I wonder if HTML forms will add support for QUERY: This would avoid the annoying re-submission warnings you're getting if you refresh a page that was returned by a POST form submission, since QUERY is required to be idempotent.
Depends whether your form submission should expect side effects or not. Most forms submissions have side effects. If the effect is truly idempotent, wouldn't PUT be a better verb? That is also supposed to be idempotent.
Re: RFC 10008: The new HTTP Query Method
#74Just in case anyone wants to pretend it's still that other century: https://www.rfc-editor.org/rfc/rfc10008.txt
I'll forever love a long, totally plain text document like this. So many good times with video game FAQs as a kid. It really is a superior form of information in a lot of ways (not all).
Re: RFC 10008: The new HTTP Query Method
#75Wait, it's already past 10 thousand?
Someone has an ambiguous bet predicting when RFC 10000 will be published, but the numbers went straight from 9998 to 10008. No-one wins! https://manifold.markets/CollectedOverSpread/when-will-rfc-1...
So of 10008 is the first one after 10000, that date is the one to bet on.
Re: RFC 10008: The new HTTP Query Method
#76I wonder if HTML forms will add support for QUERY: This would avoid the annoying re-submission warnings you're getting if you refresh a page that was returned by a POST form submission, since QUERY is required to be idempotent.
If method=QUERY were added, there would be a new variety of this weirdness.
Re: RFC 10008: The new HTTP Query Method
#77Re: RFC 10008: The new HTTP Query Method
#78Re: RFC 10008: The new HTTP Query Method
#79Why not just define the semantics of a GET request body?
Re: RFC 10008: The new HTTP Query Method
#80Use the QUERY method in your http query to query search results. Do not add query parameters. I think the name is confusing because the term 'query' is already used to refer to http requests in general. Just the title of the RFC confused me.
In what circles is this the case? I sometimes colloquially refer to a GET request as a query, but definitely not so on a POST, PUT or DELETE.