Le lundi 18 février 2013 02:45:05, Jeremy Palmer a écrit : > Is it possible to connect to a WFS server when behind an NTLMv2 proxy > server? > > I've tried setting the http_proxy to http://user:pass@host:port but I got > this response (which makes it look like the credentials were not passed)
Try setting GDAL_HTTP_PROXY=host:port and GDAL_HTTP_PROXYUSERPWD=user:pass as environmenet variables / configuration options. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
