You’ve probably shipped a POST endpoint that only reads data, because GET can’t carry a body and the URL got too long. HTTP finally has a method for that.
A New Way to Query HTTP APIs with a Body


You’ve probably shipped a POST endpoint that only reads data, because GET can’t carry a body and the URL got too long. HTTP finally has a method for that.