Skip to content

DELETE request with body does not include body in proxied request #112

@gjhommersom

Description

@gjhommersom

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions