dotnet / dotnet/wcf

Add support for HTTP requests which use the GET verb

Open
#46 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.