14.03.2019, 13:33
Hi try this
Code:
robot = '2'
https = require('ssl.https')
escape = require('socket.url').escape
url = 'https://mywebsite.com/robot.php?start_robot=%s'
url = string.format(url, escape(robot))
res = https.request(url)
log(res)
------------------------------
Ctrl+F5
Ctrl+F5