IETF Introduces HTTP QUERY Method via RFC 10008, Replacing POST for Search
The Internet Engineering Task Force published RFC 10008 in June 2026, formally introducing QUERY as a new general-purpose HTTP method — the first since PATCH was standardized in 2010. QUERY combines the safe, idempotent nature of GET with the ability to carry a request body like POST, addressing a long-standing workaround where developers used POST for search and filtering operations. Because POST is neither safe nor idempotent, responses to search requests could not be reliably cached by CDNs or proxies, and automatic retries after network failures carried risk. With QUERY, caches can treat the request body as part of the cache key, enabling proper caching, safe retries, and cleaner API semantics. The new method also improves privacy by keeping complex query parameters out of URLs, where they would otherwise be logged or inadvertently exposed.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in