Closed rendaa closed 1 day ago
Hi there. thanks for reporting that. this feature is already supported but it has problem with this webserver as you can see this header
Content-Disposition: attachment;fileName=CMCC-JTYDN-windows-2.8.7.1.exe
according to the docs it should be named filename
but this webserver responses with fileName
BTW I changed the check that in ignore case mode so will be fixed in next release.
Thanks again
In some rare cases, the donwload URLs do not contain filenames. Thus, ABDM won't retrieve correct filenames.
For example the resources in this page: https://soho.komect.com/clientDownload (sorry this page is in Chinese language, just try to click these boxes with OS names, on the right side of this page)
The correct filename is contained in HTTP response headers. e.g. for the windows download: when you click the box labeled "Windows", browser sends Request Header like this:
and server responds like this:
Hope ABDM will deal with this cleverly.