Jan 28, 2025
Thank you for your thoughtful feedback! You’ve raised an excellent point about the practical use of POST for data retrieval being more common in REST principles.
However when i start to think while wrting the code. it always hit me in the bottom of the heart. Why? Why?
Why do you go for POST when you do GET.
Then I understood, okay we can go for GET if and only if some conditions are met. Hope I have mentioned crystal clerly here where we can use this GET with body.
Industrial standards, in common significantly uses POST for GET Body. but with commonsense I cant agree on it.