I was reading here about the RESTful service accessed via the http protocol on port 8060. They provide command line curl examples, like: $ curl -d '' http://192.168.1.134:8060/keypress/home I ...
Would it matter if I'm running the script on a remote web server? As long as the computer/browser that I'm executing it from is on the same network, shouldn't it work?