Skip to content

fetchRemote does not support formFields arrays #1807

@CrosRoad95

Description

@CrosRoad95

Describe the bug

local sendOptions = {
    method = "POST",
    formFields = {
        a = {1,2,3}, // empty
        b = "123", // ok
        c = 123, // ok
        d = {{1,2,3},{3,2,1}} // empty
    },
}

fetchRemote( "https://webhook.site/3ac86286-0483-411c-b979-494da96ba55e", sendOptions, function()end )

a, and d are always empty

To reproduce
as above

Expected behaviour
only d should be empty

Screenshots
/

Version
newstest

Additional context
i used webhook.site to test it

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions