Is it possible to send HTTP GET request with a separate entity body?
I want to send a JSON payload with HTTP GET request but don't want to put it
in the URL (or rather the lead designer doesn't).
I also support HTTP POST which is essentially the same as GET in my case.
That is, there shall be no semantic difference between HTTP GET or HTTP POST
on the this HTTP interface. They both carry entity bodies distinct from the
URL.

Reply via email to