Cannot send content-body with GET request Cannot send content-body with GET request elasticsearch elasticsearch

Cannot send content-body with GET request


Changing the Method to POST is a workaround.

request.Method = "POST";

MSDN states that a ProtocolViolationException will be thrown if the GetResponseStream() method is called with a GET or HEAD method.