Bug report:
When a response contains a Content-Disposition header with attachment and a filename, the "Download" button in RapiDoc UI saves the file with leading and trailing _
For example, a response containing:
Content-Disposition: attachment; filename="sample.jpg"
will appropriately display the "Download" button to download the binary file. However, the downloaded file is named _sample.jpg_ instead of sample.jpg.
I can reproduce this consistently, and the issue doesn't happen with Swagger UI when testing the same API.