41
2
What is the correct MIME type for a tar.gz file?
I've searched around and found several values being used, including:
application/x-gzip
application/x-gtar
application/x-tgz
But I could find no indication as to which of these (if any) was the correct or canonical value.
Perhaps this question will be useful to you: http://stackoverflow.com/questions/23600229/what-content-type-header-to-use-when-serving-gzipped-files
– Nick2253 – 2015-04-15T16:36:18.083