|
|
|
|
|
by lolinder
909 days ago
|
|
But this also isn't true—fetch can run all the HTTP request verbs. What they seem to mean is that you can't access most of them via the GUI directly, which is true, but their "solution" is to make queries and commands both use POST, which means they've now thrown away the ability to even access read-only endpoints via the GUI. |
|
I also don't like the idea of making queries and commands use POST. It kind of sucks (unless you are doing it for a website that is trying to avoid using JS for some reason).