issues
search
nansencenter
/
django-geo-spaas-processing
Processing tools for GeoSPaaS
GNU General Public License v3.0
1
stars
1
forks
source link
Stop using HEAD in get_file_name
#87
Closed
aperrin66
closed
1 year ago
aperrin66
commented
1 year ago
Using HEAD to get the file name is inefficient because:
it takes one more request in the download process
it is refused by some providers and it is needed to make a GET request anyway
the extra request is sometimes counted by providers which implement parallel download limits
Using HEAD to get the file name is inefficient because: