nginx will proxy the new HTTP QUERY method. It will never cache one.
7.3 relevance
Score Breakdown
technical depth 8
novelty 9
actionability 7
community 5
strategic 4
personal 8
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Detailed investigation of nginx behavior with new HTTP QUERY method, technically novel.
Summary
The IETF's RFC 10008 defines the HTTP QUERY method—a safe, idempotent, cacheable alternative to POST for read operations with complex parameters. Testing eight language models to generate clients for a QUERY-only API revealed all models correctly used the method when explicitly prompted, but defaulted to POST without guidance. The real failure point was nginx, which proxies QUERY requests but refuses to cache them, undermining the method's key benefit.