Hola de nuevo

sigo teniendo problemas con la autenticacion, ahora he basado mi
autenticacion en geoserver con ajax

Ext.Ajax.request({
        async: false,
        url: "http://localhost:1979/geoserver/j_spring_security_check";,
        method: "POST"
        ,
        params: {
                username: "admin",
                password: "geoserver"
        },
        success: function () {
                alert("ok");
        },
        failure: function(response, opts) {
                alert('server-side failure with status code ' + 
response.status);
        }

});

En internet explorer funciona bien, pero en firefox no funciona debido a la
politica de firefox "same origin" lo que quiere decir que busca que las
llamadas post sean del mismo servidor

Muchas gracias de antemano

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Autenticacion-en-geoserver-con-openlayers-tp4980577p4983645.html
Sent from the OSGeo Spanish Local Chapter mailing list archive at Nabble.com.
_______________________________________________
Spanish mailing list
http://lists.osgeo.org/mailman/listinfo/spanish
http://es.osgeo.org
http://twitter.com/osgeoes

Responder a