logoalt Hacker News

tophamtoday at 12:22 PM1 replyview on HN

So, I need to update all the tools to support QUERY, or I need to update all the tools to support GET/body.

So, either way, I need to update all the tools.

Just fix GET.


Replies

Ghoeliantoday at 1:53 PM

The point is that if you do that, you end up with lots of undefined behaviour in existing software that has not been patched yet.

If you make it a whole new request method, existing unpatched software should just respond with "Method not allowed".

show 1 reply