I have to send a POST with an application/x-www-form-urlencoded payload. I'm wondering what the syntax should be?
Current script is:
Code: Select all
dz.openURL({
url = url,
method = "POST",
callback = "return",
postData = {
turn = "toggle"
}
})