User Tools

Site Tools


trigger:Public_Web

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
trigger:Public_Web [2018/07/16 02:58]
peternlewis
trigger:Public_Web [2018/07/16 03:24]
JMichaelTX changed all to use localhost
Line 16: Line 16:
 **To Execute a Specific Macro** **To Execute a Specific Macro**
 ```html ```html
-https://127.0.0.1:<​Port+1>/​action.html?​macro=<​YourMacroUUID>&​value=<​TheTriggerValueToPass>​+https://localhost:<​Port+1>/​action.html?​macro=<​YourMacroUUID>&​value=<​TheTriggerValueToPass>​
 or or
-http://127.0.0.1:<​Port>/​action.html?​macro=<​YourMacroUUID>&​value=<​TheTriggerValueToPass>​+http://localhost:<​Port>/​action.html?​macro=<​YourMacroUUID>&​value=<​TheTriggerValueToPass>​
 (by default, the <​Port>​ is 4490, <​Port+1>​ is 4491) (by default, the <​Port>​ is 4490, <​Port+1>​ is 4491)
 ``` ```
trigger/Public_Web.txt ยท Last modified: 2018/07/16 22:49 by JMichaelTX