I'm attempting to control the Panasonic Camera with the following code:
ogscript.asyncHTTP("http://192.168.106.120/cgi-bin/camctrl?preset=0", "GET", "text/plain", "", null);
When I press the button debugger is showing me this:
17:33:49:386: Server returned HTTP response code: 400 for URL: http://192.168.106.120/cgi-bin/camctrl?preset=0
When i send the same get request in Postman it works everytime.