06-06-2023, 02:25 PM
Roles.
To run C# functions or scripts on the server computer from other programs or scripts that can send HTTP requests. For example from curl, QM, AutoHotkey, PowerAutomate, UiPath. It's like a simple RPC (remote procedure call). You specify URL, function name, parameters, and receive a response text. I'll post some examples later.
To run C# functions or scripts on the server computer from other computers on local network. Also from computers, smartphones etc from anywhere on the internet, although probably will need some software to enable it.
To run C# functions or scripts on the server computer from other programs or scripts that can send HTTP requests. For example from curl, QM, AutoHotkey, PowerAutomate, UiPath. It's like a simple RPC (remote procedure call). You specify URL, function name, parameters, and receive a response text. I'll post some examples later.
To run C# functions or scripts on the server computer from other computers on local network. Also from computers, smartphones etc from anywhere on the internet, although probably will need some software to enable it.