The API I am tasked with consuming requests a "Content-Type" with value "application/json" along with method/verb "GET". When I attempt using Flurl, I get response "ProtocolViolationException: Cannot send a content-body with this verb-type.".
Is there a way to do this? I was also trying with HttpClient (see related SO post). (btw.. using .NET Framework 4.5).