Skip to content

DELETE requests don't send with formData #642

@STRML

Description

@STRML

((this.method === 'delete' || this.method === 'get') && body) ) {
checks for a non-null body, but it also must check for definedFormParams.length > 0. Otherwise, DELETE methods with a form body fail to send.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions