<[email protected]>hi users,

my geoserver is working on port :8082

my code

        layerListStore = new GeoExt.data.WFSCapabilitiesStore({
                url:
"/geoserver/ows?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities",
                protocolOptions: {version: "1.1.0"},
        fields: ['name'],
                autoLoad: true
            });


is working fine

but if I use

                  url: "
http://192.168.3.159:8082/geoserver/ows?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities
"

to get it from a remote server .... it is not working..
(since my application is working from other server)


I am getting the capabilities when I type it in browser's address bar


why this happens?
is there any cross domain issue?
any solution?
_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users

Reply via email to