Hi list,<br><br>I know that tere are so many comments about that, but no one is solving my problem..<br><br>I have geoserver serving a WMS vector layer that has some features... I have the geoserver running in localhost:8080, and the application that I&#39;m testing, is running in localhost:3015.. And I suppose that due de different ports, when I try to do a GetFeatureInfo (clicking anywhere on the map), it says &quot;access denied&quot;.. In the XMLHttpRequest.open(...).<br>
<br>I&#39;ve added the proxy following the instructions found in &quot;<a href="http://geoserver.org/display/GEOS/GeoServer+Proxy+Extension">http://geoserver.org/display/GEOS/GeoServer+Proxy+Extension</a>&quot;.. But it still says that there is no access..<br>
Then I tryied to initialize the proxy host, in the &quot;function Init()&quot;, writing &quot;OpenLayers.ProxyHost = &quot;/geoserver/rest/proxy?url=&quot;;&quot; And now what it says, is that it can&#39;t find the resource, and suggest to verify the url &quot;/geoserver/rest/proxy&quot;<br>
<br>What is happening with that? Any idea?<br><br>Thanks!!<br>