cancel
Showing results for 
Search instead for 
Did you mean: 
1 Reply
Joe Arseneau
Valued Advisor
Valued Advisor

Re: find the internal IP of the printer by javascript?

Jump to solution

Look here

It would seem the answer is no if you intend it to work only locally at the device, but I did not read too deep either, but if the printer has an IP and can reach out on the internet or the LAN to implement an AJAX request to retrieve its IP ala

<?php echo $_SERVER["REMOTE_ADDR"]; ?>

 

But this would be much better handled by programmers than it would here, Javascript programming certainly isn't a Xerox support issue, you are looking for the capability of a program language, not the Xerox device, which in this case is just the client the javascript is run from, it could be replaced in your setup with a PC/MAC/Phone/Tablet etc and nothing would change.

Please be sure to select "Accept Solution" and or select the thumbs up icon to enter Kudos for posts that resolve your issues. Your feedback counts!

Joe Arseneau
0 Kudos

find the internal IP of the printer by javascript?

Jump to solution

I am trying to develop an app to my xerox machine using app studio. Does anyone know how to retrieve the internal IP of the machine by javascript only?

 

thank you so much

0 Kudos