|
|
|
|
|
by simplotek
1266 days ago
|
|
> The spec is actually pretty clear on this - do not specify a body on a GET request. That's not what your quote says. Not having a defined semantics does not mean if is not supported. Just because some implementations fail to support GET with a request body that it does not mean all implementations should interpret it as a malformed request. I can roll out a service with endpoints that require GET with request bodies and it would still be valid HTTP. |
|
Yes it does. "No defined semantics" = "out of spec".
> I can roll out a service with endpoints that require GET with request bodies and it would still be valid HTTP.
You're out of the HTTP spec entirely.