This post introduces RFC 10008’s new HTTP QUERY method, which functions like GET but allows request bodies and remains idempotent. It explains how to issue QUERY requests using curl’s –request option and recommends the newer –follow redirect option over the legacy -L flag.