Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I think if it were me at this point I'd be running wireshark or similar on your myServer box and seeing what it actually does on the network when it executes the commands that don't work, and comparing that with browser dev tools or wireshark on your PC when you use the browser method and it does work.
I noticed the hex digits in your screenshot looked like ASCII so I translated them.
48 54 54 50 2f 31 2e 30 20 32 30 30 20 4f 4b 0d 0a 43 6f 6e 74 65 6e 74 2d
translates to
HTTP/1.0 200 OK
Content-
so myServer is getting something back from a webserver somewhere. But it might be receiving the control web page from the relay box embedded web server instead of actually controlling the relays. Snooping on what's going over the wire and coming back with wireshark would let you see what's going on.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.