09.02.2023, 11:12
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
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