I\'m using an API that requires me to set the method to GET and include a message body. However when I try to do this I get the following error: \"Cannot send a content-body wi
It is entirely possible, but you have to use the newer HttpClient class: https://stackoverflow.com/a/47902348/70345