Hello:
Is there a way to prevent the port number from displaying in developer tools when the app is launch from the server? (See Below)
Here is the process I'm using to test my apps on the server.
-I download my Web AppBuilder app.
-I extract the contents of the resulting zip file to the inetpub/wwwroot location on the server.
-I access the site using the serverName/appName.
Any guidance would be greatly appreciated.
William
William,
I use a reverse proxy (Apache web server) in my DMZ for this purpose. My internal (inside the firewall) web server is IIS but the reverse proxy (Apache) routes all web requests to an undisclosed port that is open in the firewall for web requests (I do not use the standard port 80).
How To: Configure a reverse proxy system architecture for ArcGIS Server with an Apache Web Server
I have set this up Years ago and do not remember all the specifics though.