Force file download from HTTP on iOS
问题 I am using a link to auto download file once clicked. This download is working all fine in Android and Windows. But on MAC and iOS the file is opening in browser only. It is not downloading. I'm setting below response headers: Content-Type: application/octet-stream Content-Disposition: attachment; filename="filename.csv" I checked on SO and some suggested to use Content-Type: application/force-download But it is Hack, not a standard as per comments. So how can I achieve download in iOS and