Hi,
If you want to access the runtime API via HTTP from a machine other than your localhost you should change your config.lua and set the HTTP JSON CLI ip to 0.0.0.0, as indicated below.
{
ip="0.0.0.0",
port=7777,
protocol="inboundHttpJsonCli"
},
Wow, xai, thank you so much,
version command worked through http
Thanks a lot for your valuable time and support
Thank you so much