<a href="mailto:Users@geoext.org"></a>hi users,<br><br>my geoserver is working on port :8082<br><br>my code <br><br> layerListStore = new GeoExt.data.WFSCapabilitiesStore({<br> url: "/geoserver/ows?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities",<br>
protocolOptions: {version: "1.1.0"},<br> fields: ['name'],<br> autoLoad: true <br> });<br><br><br>is working fine<br><br>but if I use<br><br> url:
"<a href="http://192.168.3.159:8082/geoserver/ows?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities">http://192.168.3.159:8082/geoserver/ows?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities</a>"<br>
<br>to get it from a remote server .... it is not working..<br>(since my application is working from other server)<br><br><br>I am getting the capabilities when I type it in browser's address bar<br><br><br>why this happens? <br>
is there any cross domain issue?<br>any solution?<br><br><br><br>