logoalt Hacker News

hparadiztoday at 8:08 AM1 replyview on HN

My framework is already two decade old prior art and you still haven't actually convinced me that this RFC solves a problem.


Replies

rmunntoday at 8:16 AM

1. Sometimes you need a request body. 2. POST cannot be guaranteed to be safe if re-sent. 3. This is GET with a request body, guaranteed* to be safe if re-sent.

* With the caveat that it's only guaranteed if the server is following the RFC correctly.

show 3 replies