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.

LM as REST server
#2
If you can specify a custom URL (not just http://IP/) then you can use server-side .lp scripting.
See this for more info: https://forum.logicmachine.net/showthrea...6#pid28956
Code:
<?

require('apps')
data = ngx.req.get_body_data()

if data then
  data = json.pdecode(data)
  log(data)
end
Reply


Messages In This Thread
LM as REST server - by Christian_EWW - 09.02.2023, 10:17
RE: LM as REST server - by admin - 09.02.2023, 11:12
RE: LM as REST server - by Christian_EWW - 09.02.2023, 14:46
RE: LM as REST server - by admin - 09.02.2023, 14:48

Forum Jump: