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'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 "access denied".. In the XMLHttpRequest.open(...).<br>
<br>I've added the proxy following the instructions found in "<a href="http://geoserver.org/display/GEOS/GeoServer+Proxy+Extension">http://geoserver.org/display/GEOS/GeoServer+Proxy+Extension</a>".. But it still says that there is no access..<br>
Then I tryied to initialize the proxy host, in the "function Init()", writing "OpenLayers.ProxyHost = "/geoserver/rest/proxy?url=";" And now what it says, is that it can't find the resource, and suggest to verify the url "/geoserver/rest/proxy"<br>
<br>What is happening with that? Any idea?<br><br>Thanks!!<br>