This works using APE v1.0.
Connecting via telnet (telnet localhost 6969) and sending 'GET /' results in "Connection closed by foreign host.", but I expected a "No command given." html response.
Sending 'GET /?[{"cmd":"getHostname"}]' also results in "Connection closed by foreign host.", where I expected a valid html/JSON response.
Sending the command via telnet works in APE v1.0, but not v1.1.2, is there a reason why telnet won't work anymore?
Thanks