Label Printing from ignition using Videojet 9550 with Zpl over TCP/IP

Another question. I saw this post here where it says you can print to Zebra using HTTPS:

Do you think the same will work for Videojet?Maybe a code like so:

#assuming i have the printerIP and zpl code
# Create an Http Client Object
client = system.net.httpClient()
# Send the command
response = client.post('http://%s:9100/pstprnt' %printerIP, data=zpl)
statusCode = response.getStatusCode()