10-19-2023 06:18 PM - edited 10-19-2023 06:19 PM
I am using LabVIEW 2022. I have developed a web service, that works fine on the debug server, but I am unable to access it using the IP address or on the NI Webserver on the local machine. Entering the IP address in a remote computer browser brings up the NI Web Server login screen so I seem to have a connection to the server.
I have successfully deployed the web service on the machine.
On the machine, I when I open it using the 8080-application link using http://127.0.0.1:8080/WebService1/index.html it connects
but if I use 443 - NI Web Server (Secure)
https://127.0.0.1:443/WebService1/index.html
the browser states
Not Found
The requested URL was not found on this server.
What step am I missing?
Solved! Go to Solution.
10-19-2023 06:38 PM
it is working now, using the start option.