Is this statement correct? HTTP GET method always has no message body
Neither restclient nor REST console support this but curl does. The original HTTP 1.1 specification says in section 4.3 A message-body MUST NOT be included in a request if the specification of the request method (section 5.1.1) does not allow sending an entity-body in requests. Section 5.1.1 redirects us to section 9.x for the various … Read more