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.

Run script or update GA from http command
#1
Is it possible to execute a script or update a GA using http command? http://IPaddress etc etc etc?
Reply
#2
(14.12.2024, 17:30)tomnord Wrote: Is it possible to execute a script or update a GA using http command? http://IPaddress etc etc etc?

Hi, check this:
https://kb.logicmachine.net/misc/remote/
BR Cristian
Reply
#3
(14.12.2024, 17:55)CristianAgata Wrote:
(14.12.2024, 17:30)tomnord Wrote: Is it possible to execute a script or update a GA using http command? http://IPaddress etc etc etc?

Hi, check this:
https://kb.logicmachine.net/misc/remote/
BR Cristian

Brilliant, missed that one when browsing!
Reply
#4
(14.12.2024, 17:55)CristianAgata Wrote:
(14.12.2024, 17:30)tomnord Wrote: Is it possible to execute a script or update a GA using http command? http://IPaddress etc etc etc?

Hi, check this:
https://kb.logicmachine.net/misc/remote/
BR Cristian

Do you always have to enter credentials when running remote services? I get prompted for login on LM even when password is in the url command.
Reply
#5
Remote services are designed to be used for integration with other systems, not for user interaction.
Reply
#6
(16.12.2024, 08:40)admin Wrote: Remote services are designed to be used for integration with other systems, not for user interaction.

Is there any other way to run commands via url then?
Reply
#7
You can try this but no security:
https://forum.logicmachine.net/showthrea...7#pid20407
------------------------------
Ctrl+F5
Reply
#8
(16.12.2024, 12:04)Daniel Wrote: You can try this but no security:
https://forum.logicmachine.net/showthrea...7#pid20407

Thanks, I'll have a look. It's just for use on wifi. for triggering events with a QR-code or similar.
Reply
#9
A more secure approach is to create a separate .lp file for each action (QR code) without any parameters.
Code:
<?
require('apps')
grp.write('1/1/1', true)
Reply


Forum Jump: