Good morning Teltonika team,
Router rut955
FW RUT9_R_00.07.02.7
I am trying to retrieve data via JSON-RPC with wiki example from router console, but I get the following error:
curl -d "{\"jsonrpc\":\"2.0\", \"id\":1, \"method\":\"call\", \"params\":[\"00000000000000000000000000000000\", \"session\", \"login\",{\"username\":\"admin\", \"password\":\"admin01\"}]}" http://192.168.1.1/ubus
Error:
curl: (28) Failed to connect to 192.168.1.1 port 80 after 129707 ms: Operation timed out

Using Postman it works for me without problems:
