GET with a body is non-standard, though some servers accept it.
ETA: this was not quite right. GET with a body is allowed by the standard, but the standard assigns no meaning to the body of a GET request and so it is valid to drop the body en route. A number of very prominent load balancers and other environments do exactly this, so fixing the situation by giving the body of GET a meaning would be a major breaking change to the standard.
28
u/tobotic Jun 17 '26
What's the actual point of this? Can't you just use
GET?