You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to implement a support of any command via web? Now the set of supported commands is quite limited.
For instance, it could look like:
http:///?cmd=sys.boot
or
http:///?cmd=cli.start
So, the idea is to pass any cli command 'as is' via web request. Even there is no need to return any text as a responce. So, it could allow to make better third-party control app.
The text was updated successfully, but these errors were encountered:
Is it possible to implement a support of any command via web? Now the set of supported commands is quite limited.
For instance, it could look like:
http:///?cmd=sys.boot
or
http:///?cmd=cli.start
So, the idea is to pass any cli command 'as is' via web request. Even there is no need to return any text as a responce. So, it could allow to make better third-party control app.
The text was updated successfully, but these errors were encountered: