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
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
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