The new method fills the gap between GET and POST, combining the body of POST with the safety and idempotence of GET. When an HTTP request is too long or complex to be encoded in its URI using GET, ...
"Idempotent" may be jargon, but the term performs an important job in HTTP as a hall pass that gives reverse proxies and gateways the go-ahead to cache complex query responses and automatically retry ...