dsandor / dymojs

A pure javascript library for printing labels on a Dymo Labelwriter printer from the browser or from nodejs.
128 stars 30 forks source link

Printing to another host #4

Closed rvalle closed 3 years ago

rvalle commented 6 years ago

I want to print from another computer to the webservice using this library.

The printer is working, and I can telnet from this host to webservice.

However I am getting an error as response.

I think the webservice is only answering requests to "localhost" in the host.

Is there any tips for printing to a web service on another host?

eagl3s1ght commented 4 years ago

You could use a SSH tunnel.