Hi I'm trying to figure out how to send commands to Axis PTZ cameras from a DoMore PLC.
The camera supports GET/POST messages in the form of:-
http://HTTP://xxx.xxx.xxx.xxx/axis-cgi/com/ptz.cgi?gotoserverpresetno=4 to move to preset #4
But how would I send a command like this, obviously the PLC is not a web browser so can it handle HTTP GET/POST messages?
I've tried setting up a TCP client connection, which I have working, but the actual format of the string to STREAMOUT is evading me.
This is more for personal growth than anything else, so don't expend too much effort

Thanks!