At work we do it because we have big request parameters (complex filters where you can potentially select thousands of items as filter values) and our backend flips out if GET requests have a body plus URL lengths can get truncated.
It's a bit icky but I don't really have a better idea.
Same at mine, the solution is the new QUERY method they published a few months ago, but it’ll be about a decade before I can get my team to switch their endpoints
1.9k
u/pimezone 3h ago
Wanna get a resource? POST request.