4 ms·
This must be some form of late April 1st joke. The samples are even SQL-injection! We need to stop modifying basic protocols like HTTP. We should've stop at 1.
by rvr_ 5y ago
This must be some form of late April 1st joke. The samples are even SQL-injection!
We need to stop modifying basic protocols like HTTP. We should've stop at 1.1.
- Angharad 5y agoThis is only a proposal for a new HTTP verb. How you use it (and how you interpret is) is completely up to you.
- nostoc 5y agoInjection means you can modify an existing query. The example are not SQL injections, they are full queries.
- intrasight 5y agoI don't see any sql injection in samples
- otabdeveloper4 5y agoHTTP is not just for the web. In fact, the vast majority of HTTP trafic doesn't involve the browser at all. The examples are realistic and useful. E.g., Clickhouse uses POST methods for queries, and a ridiculous `&readonly=2` parameter to differentiate modifying queries from readonly SELECT queries.