𝗥𝗙𝗖 𝟭𝟬𝟬𝟬𝟴: 𝗧𝗵𝗲 𝗡𝗲𝘄 𝗛𝗧𝗧𝗣 𝗤𝘂𝗲𝗿𝘆 𝗠𝗲𝘁𝗵𝗼𝗱

Developers face a problem when fetching complex data. You want to use GET, but it has limits. You want to use POST, but it is the wrong tool for the job. RFC 10008 proposes a new solution: the QUERY method.

The current struggle with GET:

The current struggle with POST:

The QUERY method changes this. It allows you to send a request body for data retrieval. It keeps your API clean and follows proper rules.

Benefits of the QUERY method:

Stop forcing POST to do a GET job. The QUERY method provides a way to fetch rich data without breaking HTTP standards.

Source: https://dev.to/kelvin_kariuki_20f4bec616/developer-take-on-rfc-10008-the-new-http-query-method-25fo