-
-
Notifications
You must be signed in to change notification settings - Fork 474
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Milestone
Description
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
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers