I’m trying to communicate with Lua’s server to verify user identity. This is how my request function looks like:
function http.send(url)
local req = require(“socket.http”)
local b, c, h = r
I’m trying to communicate with Lua’s server to verify user identity. This is how my request function looks like:
function http.send(url)
local req = require(“socket.http”)
local b, c, h = r