I need to access a WMS service from Mapserver that needs basic
authentication in the form of:
http://username:password@image.globexplorer.com/gexservlets/wms
I would have thought I could have put this in
LAYER
NAME "digitalglobe"
TYPE RASTER
STATUS ON
CONNECTION "http://username:password@image.globexplorer.com/gexservle
ts/wms"
CONNECTIONTYPE WMS
METADATA
"wms_srs" "EPSG:54004"
"wms_name" "DigitalGlobe"
"wms_server_version" "1.1.1"
"wms_format" "image/gif"
"wms_exceptions_format" "application/vnd.ogc.se_xml"
END
END
But it is not working. How do you access an authenticated WMS service?
Thanks,
Linda Rawson