<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/the-16-year-wait-is-over-meet-the-new-http-query-method-lzuz1brs8" -->

---
title: The 16-Year Wait is Over: Meet the New HTTP QUERY Method
description: The IETF published RFC 10008 in June 2026, standardizing a new HTTP QUERY method after 16 years since the last new HTTP method (PATCH). QUERY combines GET&#x27;s...
canonical: https://daily.dev/posts/the-16-year-wait-is-over-meet-the-new-http-query-method-lzuz1brs8
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: The 16-Year Wait is Over: Meet the New HTTP QUERY Method | daily.dev
og:description: The IETF published RFC 10008 in June 2026, standardizing a new HTTP QUERY method after 16 years since the last new HTTP method (PATCH). QUERY combines GET&#x27;s...
og:url: https://daily.dev/posts/the-16-year-wait-is-over-meet-the-new-http-query-method-lzuz1brs8
og:image: https://api.daily.dev/og/posts/LZUz1bRs8.png
og:image:alt: The 16-Year Wait is Over: Meet the New HTTP QUERY Method
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The 16-Year Wait is Over: Meet the New HTTP QUERY Method

**[Medium](https://daily.dev/sources/medium_js)** · 7 min read · 2 upvotes · 0 comments

## Summary

The IETF published RFC 10008 in June 2026, standardizing a new HTTP QUERY method after 16 years since the last new HTTP method (PATCH). QUERY combines GET's safe, idempotent, cacheable semantics with POST's ability to carry a request body, solving long-standing problems with complex search queries that exceed URL length limits or break caching when using POST. The method is explicitly read-only, idempotent, and allows edge caches to key on the request body. The post also covers the security implications, detailing two web cache poisoning attack vectors: legacy proxies ignoring the request body in cache key calculation, and JSON duplicate-key desynchronization between cache and backend parsers. A practical Burp Suite guide for auditing QUERY endpoints is included, covering Repeater configuration, proxy rewriting for discovery, and Intruder fuzzing techniques.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://sushil1337.medium.com/the-16-year-wait-is-over-meet-the-new-http-query-method-1f8d98ba381b>

---

Tags: [#security](https://daily.dev/tags/security), [#architecture](https://daily.dev/tags/architecture), [#burp-suite](https://daily.dev/tags/burp-suite)

[View this post on daily.dev](https://daily.dev/posts/the-16-year-wait-is-over-meet-the-new-http-query-method-lzuz1brs8)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"The 16-Year Wait is Over: Meet the New HTTP QUERY Method","url":"https://daily.dev/posts/the-16-year-wait-is-over-meet-the-new-http-query-method-lzuz1brs8","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/the-16-year-wait-is-over-meet-the-new-http-query-method-lzuz1brs8"},"datePublished":"2026-07-21T15:56:25.326Z","dateModified":"2026-07-21T15:57:42.351Z","description":"The IETF published RFC 10008 in June 2026, standardizing a new HTTP QUERY method after 16 years since the last new HTTP method (PATCH). QUERY combines GET's...","image":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","thumbnailUrl":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","isAccessibleForFree":true,"articleSection":"Medium","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Medium","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/medium","url":"https://daily.dev/sources/medium_js"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/the-16-year-wait-is-over-meet-the-new-http-query-method-lzuz1brs8","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,architecture,burp-suite","timeRequired":"PT7M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Medium","item":"https://daily.dev/sources/medium_js"},{"@type":"ListItem","position":3,"name":"The 16-Year Wait is Over: Meet the New HTTP QUERY Method"}]}
```

