To ensure a smooth download experience across different browsers, you must configure several key headers:
: Use MediaType.APPLICATION_OCTET_STREAM for generic binary files, or specific types like MediaType.APPLICATION_PDF for PDFs or text/csv for CSV files.
Downloading a file from spring controllers - java - Stack Overflow