Dear experts,
I have a LabVIEW Web Service running a RIO target. I have a HTML file running in RIO and I can pull that HTML file in a browser in a PC with the following link (public URL),
http://192.168.1.63:8002/WebHMI/ProjectName_home.html
192.168.1.63 - RIO's IP Address
8002 - Port number for deployed as executable
WebHMI - I named the web service like this
ProjectName_home.html - HTML file name
Now, the questions are,
- Is it possible to give an alias name to this portion of the URL "192.168.1.63:8002" so that I can make the whole URL simple?
- Are there other ways to simplify the URL even further?
I appreciate your helps.
Thank you all,
Raj.