Dogi How to set Http client cookies if it has . in name? like i cant do like that due to "Malformed number" client.cookies = { .name = cookie }
Samir Hi Dogi, Lua use this kind of statement for table keys that have symbols : client.cookies = { [".name"] = cookie }