rapi-doc / RapiDoc

RapiDoc -WebComponent for OpenAPI Spec
https://rapidocweb.com
MIT License
1.71k stars 285 forks source link

Showing 'filename' instead of appropriate file name when downloading excel file. #1041

Closed dkSpraxa closed 1 month ago

dkSpraxa commented 1 month ago

Issue - When clicking on DOWNLOAD button, the file is not downloading with the file name coming from backend.

Screenshot 2024-10-14 133130

Header coming

image

dkSpraxa commented 1 month ago

Fixed by adding header.

'Access-Control-Expose-Headers' 'Content-Disposition';