Closed mint-thompson closed 1 year ago
When downloading a file to validate, the content-type header may not always be directly useful for determining how to proceed. If the header is set to application/octet-stream or is unavailable, make a guess based on the ending of the provided URL.
content-type
application/octet-stream
Looks good.
When downloading a file to validate, the
content-type
header may not always be directly useful for determining how to proceed. If the header is set toapplication/octet-stream
or is unavailable, make a guess based on the ending of the provided URL.