Howdy! I'm having an issue sending ZPL print commands via a REST API query to an internal Zebra printer we have setup. While the POST request returns a 200 status on Appsmith's end, there is nothing being printed and there is nothing showing up in the print log. In order to narrow down the issue, I ran the following curl command from the same server our Appsmith instance is hosted on:
curl http://<internal-ip>/pstprnt --data "^XA^FO80,100^BY3^BCN,100,,,,A^FDTest^FS^XZ"
This request resulted in a successful print. However, when I import this cURL command and execute it from the Appsmith UI, the request does not appear to be received by our printer.
This is occurring on a self-hosted instance of Appsmith Business v1.9.37.1.