Selon Maksim Sestic <[email protected]>: > I'm afraid that: > > http://user:password@host/... > > ...won't work if username or password contain special characters, i.e. "@". > Alas, data providers use e-mail address for the username more than often.
Perhaps escaping special characters with their hexadecimal code might work. (like %20 for spaces, %2B for '+', etc...) > > Regards, > Maksim Sestic > > -- > View this message in context: > http://osgeo-org.1803224.n2.nabble.com/GDAL-WMS-stripes-offset-error-tp7119089p7146297.html > Sent from the GDAL - Dev mailing list archive at Nabble.com. > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev > _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
