Re: [gdal-dev] using vsicurl to read metadata of a resource over https with credentials

2023-01-06 Thread Paolo Corti
On Fri, Jan 6, 2023 at 12:52 AM Andrew C Aitchison wrote: > > Hmm. Can you use gdalinfo /vsicurl *on this site* without autjentication ? > > "Range downloading not supported" suggests that the server can only > give you the whole file, not just the bits with the metadata. > I don't think this is a

Re: [gdal-dev] using vsicurl to read metadata of a resource over https with credentials

2023-01-05 Thread Andrew C Aitchison
lOn Thu, 5 Jan 2023, Paolo Corti wrote: I am trying to read metadata from a file over https on a public web site which requires authentication using gdalinfo and vsicurl - I don't want to download the file as it is really large. Without authentication gdalinfo works correctly. However I need to

[gdal-dev] using vsicurl to read metadata of a resource over https with credentials

2023-01-05 Thread Paolo Corti
Hi all I am trying to read metadata from a file over https on a public web site which requires authentication using gdalinfo and vsicurl - I don't want to download the file as it is really large. Without authentication gdalinfo works correctly. However I need to use authentication, but so far I di