04-04-2016 01:23 PM - last edited on 11-06-2024 04:26 PM by Content Cleaner
Hi,
I need help with http_client_get. I need to comunicate with camera through HttpAPI and I need send "[" "]" not url encoded "%5B" "%5D". Does anybody know how to force vi send what I want?
Thanks
ZzZiii
05-11-2016 09:36 PM
Depending on the camera, you may be able to get away with simply opening a TCP socket and writing the data into it directly. That being said, more information would be helpful.