|
|
|
|
|
by franky47
1113 days ago
|
|
While you *can* do the same with a GET (include data in the body), it's not spec-compliant for servers to parse and interpret this data. https://stackoverflow.com/questions/978061/http-get-with-req... When designing an API, and if spec compliance is not key, I wonder if client-compliance would become the issue (clients refusing to emit a GET body). |
|
That's wrong. A lot of people just don't understand the difference between SHOULD and MUST when reading standards. The standard just says that you shouldn't rely on servers accepting it unless they tell you.