Dev Tools · 1h ago
IETF Standardizes QUERY Method to Fix HTTP's Longstanding Query Problem
The IETF has standardized the QUERY HTTP method (RFC 10008) to allow complex queries in the request body while preserving safe, idempotent, and cacheable semantics. This solves issues with URL length limits, sensitive data exposure in logs, and encoding overhead that plagued GET and POST. The method supports any media type like JSON or form-encoded data, enabling proper caching and retry behavior for read operations.
Meridian48 take
This is a long-overdue protocol fix that finally gives developers a semantically correct alternative to the GET-or-POST hack, but adoption will hinge on browser and server support.
Read the full reporting
HTTP finally has a proper way to send a query: meet the QUERY method →
DEV Community
httpquery-method