Add support for HTTP requests which use the GET verb
Open
Blocked
feature request
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 576
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 2
Description
`HttpTransportBindingElement` uses `HttpClient` to make the requests to the server. `HttpClient` will throw an exception if `HttpRequestMessage` has it's `Content` property not null when making a GET request. Currently we always set the Content property regardless of HTTP verb.
Contributor guide
Assessment
This issue has not been assessed yet.