Map Service with Public IP Issue
Map Service with local IP address is added to the Geocortex site, but map data is not visible for out of network.
For the above specified issue we are trying to add the map service with Public IP address to the Geocortex site, map service is not added to the site. But that map service rest url with Public IP address is working in the browser.
Please suggest the solution for the above issue.
Venkata Prasad K.
0
-
Can the Server running Geocortex reach the internet? if Not, then that is the issue. If it can ensure that the IP you want is NOT blocked by software on the server or firewall. 0 -
Further to Williams reply, if your server needs a proxy to get to the internet, you will need to add some code to your web.config files in REST Elements/REST and REST Elements/Manager in order for Geocortex to use your forward proxy. <defaultProxy enabled="true" useDefaultCredentials="false" > <proxy proxyaddress="http://192.168.0.100:3128" bypassonlocal="true" /> <bypasslist> <add address="intra.mydomain.*" /> <add address="dev.mydomain.*" /> </bypasslist> </defaultProxy>
Change proxyaddress and address values as appropriate for your own infrastructure.0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer