Little more information: GDAL is sending first this request with your sample WCS.XML
GET http://myserver/geoserver/wcs?SERVICE=WCS&REQUEST=DescribeCoverage&VERSION=1.1.0&IDENTIFIERS=MyWorkspace:MyCoverage&FORMAT=text/xml If you are on Windows, do this for debugging yourself: - Install Fiddler2 - Open the GDAL command window - set proxy with SET HTTP_PROXY http://localhost:8888 Then do gdal_translate -of GTiff wcs.xml temp.tif and study what Fiddler shows you about the web traffic. -Jukka- ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
