Prevent Port Number from Displaying in Developer Tools

572
1
09-12-2016 08:11 AM
WilliamMiller4
Occasional Contributor II

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)

Port Number Displaying in Developer Tools

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

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

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.

0 Kudos