Executive TL;DR
- The new HTTP QUERY method is being discussed among developers.
- Some developers are in favor of the new method, while others are skeptical.
- The method’s impact on web development is still being debated.
The Buzz Score
The Internet’s Verdict: 70% Hyped, 30% Skeptical
Forum Voices
Developers are sharing their thoughts on the new HTTP QUERY method.
I wonder what the drawbacks of standardizing a GET body would have been. CoAP already has it (which creates friction in building CoAP<->HTTP proxies). All in all, I dislike the overall focus on the HTTP method when designing ‘RESTful’ interfaces. If all we’re building is, effectively, an RPC, why would the cacheability meta-information be the first thing we specify?
Some developers are concerned about the potential drawbacks of the new method.
using HTTP GET with a request body is a bad idea, as for example users behind a corporate firewall or a different browser may be unable to use your website. So is using QUERY requests for quite some time from now.
Conclusion
The new HTTP QUERY method is a topic of discussion among developers. While some are in favor of the method, others are skeptical about its potential impact on web development.
Focus Keyword: HTTP QUERY