[OpenLayers-Users] WMSgetFeatureInfo ProxyHost

adityakumar529 adityakumar529 at gmail.com
Tue May 21 02:40:22 PDT 2013


Hi Shadin,
   I will give you one example.
Suppose you want to access the data from the following url
http://wms.jpl.nasa.gov/wms.cgi?Service=WMS&Version=1.1.1&Request=GetCapabilities


then you have to mention "wms.jpl.nasa.gov" in allowedHosts.
Hence it will be somewhat like

allowedHosts = ['localhost', 'localhost:8080','localhost:80',
'localhost:8080/geoserver', 
                'PrivateIP','PrivateIP:8080', 'PrivateIP:8080/geoserver', 
                'PublicIP','PublicIP:8080', 'PublicIP:8080/geoserver', 
                'www.openlayers.org', 'openlayers.org', *wms.jpl.nasa.gov*
              ]



-----
GIS Developer
India Urban Space Foundation
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/WMSgetFeatureInfo-ProxyHost-tp5054544p5054569.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.


More information about the Users mailing list