I have a 3th party service that uses the body of a DELETE to include additional data.
This library however does not include the body in the request it therefor fails with a 415 error.
Issue is at
|
!HttpMethods.IsDelete(requestMethod) && |
This is reproducible when sending the request directly to the 3th party service.
Is it possible that this gets fixed and the body is included?
I have a 3th party service that uses the body of a DELETE to include additional data.
This library however does not include the body in the request it therefor fails with a 415 error.
Issue is at
AspNetCore.Proxy/src/Core/Extensions/Http.cs
Line 83 in b3f70af
This is reproducible when sending the request directly to the 3th party service.
Is it possible that this gets fixed and the body is included?