I am trying a send a GET request with a content-body, I have the following error :
Cannot send a content-body with this verb-type
I use HttpWebRequest. A Exception start when the method Http.GetRequestStream() is requested.
I read another related thread on Stackoverflow but I don't read good answer. I can't change a verb because i use a service web owner.
Can you help me ?
Best Regards
Arnaud