Hi all,<br><br>I am using normal wms layer request like: <br><br>mapThis = new OpenLayers.Layer.WMS(&quot;Basemap&quot;, &quot;<a href="https://username:password@www.kartta.fi/image">https://username:password@www.kartta.fi/image</a>&quot;, <br>
            {layers: &#39;perus&#39;,<br>                singleTile: true,<br>                srs: &#39;EPSG:4326&#39;,                <br>                format: &#39;image/png&#39;,                <br>                styles: [&#39;style_1&#39;],                    <br>
                transparent: false                 <br>            }, <br>            {isBaseLayer: true});<br><br>My problem is that this authentication &quot;<a href="http://username:password@www.kartta.fi/image">username:password@www.kartta.fi/image</a>&quot; 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)<br>
<br>So I am asking that what is right way to handle this wms authentication ?<br><br>Br.<br>Grant<br>