26.10.2017, 09:34
-------------------
http = require('socket.http')
require('socket.http')
local anh = http.request {
url = "api.speedsms.vn/index.php/user/info",
headers = { authentication = "Basic " .. (mime.b64("kuDkYXtIBidDjCRmN8z_Yt9U12Dbs8TZ:x")) }
}
alert('value is:'..anh)
---------------------
It reported error value "he" is "a nil value"
Am I wrong in that? Any wrong structure? Please help me !
Thank so much everyone.
http = require('socket.http')
require('socket.http')
local anh = http.request {
url = "api.speedsms.vn/index.php/user/info",
headers = { authentication = "Basic " .. (mime.b64("kuDkYXtIBidDjCRmN8z_Yt9U12Dbs8TZ:x")) }
}
alert('value is:'..anh)
---------------------
It reported error value "he" is "a nil value"
Am I wrong in that? Any wrong structure? Please help me !
Thank so much everyone.