Hi all,

I am using normal wms layer request like:

mapThis = new OpenLayers.Layer.WMS("Basemap", "
https://username:passw...@www.kartta.fi/image";,
            {layers: 'perus',
                singleTile: true,
                srs: 'EPSG:4326',
                format: 'image/png',
                styles: ['style_1'],
                transparent: false
            },
            {isBaseLayer: true});

My problem is that this authentication "
username:passw...@www.kartta.fi/image" is not working how I would like. It
is still asking everytime username/password when I reload map or when I
remove map. (Browsers box that asks username/password)

So I am asking that what is right way to handle this wms authentication ?

Br.
Grant
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to