trigger:Public_Web

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
trigger:Public_Web [2018/07/16 06:58] peternlewistrigger:Public_Web [2018/07/17 02:49] (current) – [Public Web Trigger] JMichaelTX
Line 5: Line 5:
  
 The *Public Web trigger* makes a macro available without further authentication via the Keyboard Maestro web server.  See [[trigger:Web_Server|Set Setup and Use of Web Server]]. The *Public Web trigger* makes a macro available without further authentication via the Keyboard Maestro web server.  See [[trigger:Web_Server|Set Setup and Use of Web Server]].
 +
 +The _Public Web Trigger_ is one of several triggers that use a `URL`.  See\\
 +[Macro Triggers that Use a URL](https://forum.keyboardmaestro.com/t/request-for-a-working-example-of-remote-trigger/10844/10?u=jmichaeltx), 2018-07-15, peternlewis
  
 Any macro with the [[Public Web]] trigger can be triggered by anyone without the username or password,  Any macro with the [[Public Web]] trigger can be triggered by anyone without the username or password, 
Line 16: Line 19:
 **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.1531724301.txt.gz · Last modified: by peternlewis

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki