Hi there.
Re: LAN-only access. No web server can reliably verify where the request has originated. You can make a web server listen to loopback (localhost, 127.0.0.1, [::1]) addresses only, but that would limit the usage to the local machine. Once you make a networked software listen to an actual IP address, access to it is guarded by firewalls.
Re: port number change. End users can change application's port number using
UWS Explorer console. Developers bundling their web applications with UWS can specify port numbers using
application registration utility (scroll to LISTENENDPOINTS command description) or
application registration API. However,
best practice is to specify multiple ports for your and also let UWS find a free port for your app just in case ports you want are taken, and then use
UWS Redirector URL to point your browser to the app.
Best regards,
UltiDev Team.
Please donate at
http://www.ultidev.com/products/Donate.aspx to help us improve our products.