<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: &quot;/geoserver/ows?SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=GetCapabilities&quot;,<br>
                protocolOptions: {version: &quot;1.1.0&quot;},<br>        fields: [&#39;name&#39;],<br>                autoLoad: true        <br>            });<br><br><br>is working fine<br><br>but if I use<br><br>                  url: 
&quot;<a href="http://192.168.3.159:8082/geoserver/ows?SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=GetCapabilities">http://192.168.3.159:8082/geoserver/ows?SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=GetCapabilities</a>&quot;<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&#39;s address bar<br><br><br>why this happens? <br>
is there any cross domain issue?<br>any solution?<br><br><br><br>