This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

How to share values between LM in diferent buildings (secure way)
#14
(22.09.2022, 12:54)admin Wrote: log what the http request result/error is:
Code:
res, code, hdrs, stat = http.request({ ... })
log(res, code, hdrs, stat)

This is what I got
Code:
* arg: 1
  * string: Object not found
* arg: 2
  * number: 200
* arg: 3
  * table:
   ["date"]
    * string: Thu, 22 Sep 2022 13:04:27 GMT
   ["transfer-encoding"]
    * string: chunked
   ["content-type"]
    * string: text/plain
   ["connection"]
    * string: close
* arg: 4
  * string: HTTP/1.1 200 OK
Best Regards,
Reply


Messages In This Thread
RE: How to share values between LM in diferent buildings (secure way) - by khalil - 22.09.2022, 13:05

Forum Jump: